Skip to content

Commit c106abc

Browse files
committed
fix tests
1 parent 4ce2160 commit c106abc

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
@@ -2352,7 +2352,7 @@ var _ = Describe("RediSearch commands Resp 2", Label("search"), func() {
23522352
Type: "FLOAT32",
23532353
Dim: 8,
23542354
DistanceMetric: "L2",
2355-
Compression: "LVQ8",
2355+
Compression: "LeanVec",
23562356
ConstructionWindowSize: 200,
23572357
GraphMaxDegree: 32,
23582358
SearchWindowSize: 15,

0 commit comments

Comments
 (0)