Fixed model helpers test

This commit is contained in:
porosnicuadrian
2021-11-11 10:10:10 +02:00
committed by Dan Christian Bogos
parent 63f553d5ca
commit 50b4fd05a1

View File

@@ -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))
}
}