mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 15:48:44 +05:00
Fixed model helpers test
This commit is contained in:
committed by
Dan Christian Bogos
parent
63f553d5ca
commit
50b4fd05a1
@@ -855,7 +855,7 @@ func TestTPFilterAsTPFilter3(t *testing.T) {
|
||||
rcvTPs := FilterMdls(tps).AsTPFilter()
|
||||
sort.Strings(rcvTPs[0].Filters[0].Values)
|
||||
if !reflect.DeepEqual(eTPs, rcvTPs) {
|
||||
t.Errorf("Expecting: %+v ,Received: %+v", utils.ToIJSON(eTPs), utils.ToIJSON(rcvTPs))
|
||||
t.Errorf("Expecting: %+v ,Received: %+v", utils.ToJSON(eTPs), utils.ToJSON(rcvTPs))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user