From 50b4fd05a12f5c69e1d3e664373d4bd5ec8208dd Mon Sep 17 00:00:00 2001 From: porosnicuadrian Date: Thu, 11 Nov 2021 10:10:10 +0200 Subject: [PATCH] Fixed model helpers test --- engine/model_helpers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/model_helpers_test.go b/engine/model_helpers_test.go index 20acbd6e5..8a032f82c 100644 --- a/engine/model_helpers_test.go +++ b/engine/model_helpers_test.go @@ -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)) } }