Skip to content

Commit 3bb8051

Browse files
committed
enable all tests
1 parent 25ae60d commit 3bb8051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ var _ = Describe("RediSearch commands Resp 2", Label("search"), func() {
642642
Expect(res.Rows[0].Fields["t2"]).To(BeEquivalentTo("world"))
643643
})
644644

645-
FIt("should FTAggregate with scorer and addscores", Label("search", "ftaggregate"), func() {
645+
It("should FTAggregate with scorer and addscores", Label("search", "ftaggregate"), func() {
646646
title := &redis.FieldSchema{FieldName: "title", FieldType: redis.SearchFieldTypeText, Sortable: false}
647647
description := &redis.FieldSchema{FieldName: "description", FieldType: redis.SearchFieldTypeText, Sortable: false}
648648
val, err := client.FTCreate(ctx, "idx1", &redis.FTCreateOptions{OnHash: true, Prefix: []interface{}{"product:"}}, title, description).Result()

0 commit comments

Comments
 (0)