Skip to content

Commit 57644f0

Browse files
committed
Fix test
1 parent f1dc5dd commit 57644f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/indexer/issues/bleve_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ func TestBleveIndexAndSearch(t *testing.T) {
9292
for _, hit := range res.Hits {
9393
ids = append(ids, hit.ID)
9494
}
95-
assert.EqualValues(t, kw.IDs, ids)
95+
assert.ElementsMatch(t, kw.IDs, ids)
9696
}
9797
}

0 commit comments

Comments
 (0)