Repaired cover test in apis

This commit is contained in:
andronache
2021-05-27 16:52:38 +03:00
committed by Dan Christian Bogos
parent d9af32822c
commit 11a15f52a8

View File

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