Skip to content

Commit a8359bd

Browse files
committed
fix broken test (missing <index_attribute_count>)
1 parent caed89b commit a8359bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/NRedisStack.Tests/Search/IndexCreationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void TestMissingEmptyFieldCommandArgs()
3838
"numeric1","NUMERIC", INDEXMISSING,
3939
"geo1","GEO", INDEXMISSING,
4040
"geoshape1","GEOSHAPE", "FLAT", INDEXMISSING,
41-
"vector1","VECTOR","FLAT", INDEXMISSING};
41+
"vector1","VECTOR","FLAT", 0, INDEXMISSING};
4242
Assert.Equal(expectedArgs, cmd.Args);
4343
}
4444

0 commit comments

Comments
 (0)