From 11a15f52a895bd751fd1dcc0d89261333abb79d7 Mon Sep 17 00:00:00 2001 From: andronache Date: Thu, 27 May 2021 16:52:38 +0300 Subject: [PATCH] Repaired cover test in apis --- apis/filters_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/apis/filters_test.go b/apis/filters_test.go index 609252083..5c5bf7e5f 100644 --- a/apis/filters_test.go +++ b/apis/filters_test.go @@ -114,6 +114,7 @@ func TestFiltersSetGetGetIDsCountFilters(t *testing.T) { if err != nil { t.Errorf("\nExpected <%+v>, \nReceived <%+v>", nil, err) } + sort.Strings(reply5) if !reflect.DeepEqual(reply5, []string{"fltr_for_attr", "fltr_for_attr2"}) { t.Errorf("\nExpected <%+v>, \nReceived <%+v>", []string{"fltr_for_attr", "fltr_for_attr2"}, reply5) }