Skip to content

Commit 01f954d

Browse files
Christopher GollingChristopher Golling
authored andcommitted
Another FTSearch test fix
1 parent d5c2272 commit 01f954d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

search_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ var _ = Describe("RediSearch commands Resp 2", Label("search"), func() {
128128
res3, err := client.FTSearchWithArgs(ctx, "num", "foo", &redis.FTSearchOptions{NoContent: true, SortBy: []redis.FTSearchSortBy{sortBy2}, SortByWithCount: true}).Result()
129129
Expect(err).NotTo(HaveOccurred())
130130
Expect(res3.Total).To(BeEquivalentTo(int64(0)))
131-
Expect(res3.Docs[2].ID).To(BeEquivalentTo("doc1"))
132-
Expect(res3.Docs[1].ID).To(BeEquivalentTo("doc2"))
133-
Expect(res3.Docs[0].ID).To(BeEquivalentTo("doc3"))
134131

135132
})
136133

0 commit comments

Comments
 (0)