Skip to content

Commit f69d126

Browse files
committed
fix search tests
1 parent 3ad17c3 commit f69d126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/NRedisStack.Tests/Search/SearchTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2140,8 +2140,8 @@ public void TestFieldsCommandBuilder()
21402140
"PHONETIC",
21412141
"dm:en",
21422142
"WITHSUFFIXTRIE",
2143-
"SORTABLE",
21442143
"UNF",
2144+
"SORTABLE",
21452145
"num",
21462146
"NUMERIC",
21472147
"NOINDEX",
@@ -2157,8 +2157,8 @@ public void TestFieldsCommandBuilder()
21572157
"SEPARATOR",
21582158
";",
21592159
"CASESENSITIVE",
2160-
"SORTABLE",
21612160
"UNF",
2161+
"SORTABLE",
21622162
"vec",
21632163
"VECTOR",
21642164
"FLAT",

0 commit comments

Comments
 (0)