Skip to content

Commit 04e3300

Browse files
committed
fix format
1 parent f69d126 commit 04e3300

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
@@ -242,7 +242,7 @@ public void TestCombiningMissingEmptySortableFields(string endpointId)
242242
.AddTextField("text1", 1.0, missingIndex: true, emptyIndex: true, sortable: true)
243243
.AddTagField("tag1", missingIndex: true, emptyIndex: true, sortable: true)
244244
.AddNumericField("numeric1", missingIndex: true, sortable: true)
245-
.AddGeoField("geo1", missingIndex: true, sortable: true)
245+
.AddGeoField("geo1", missingIndex: true, sortable: true)
246246
.AddGeoShapeField("geoshape1", Schema.GeoShapeField.CoordinateSystem.FLAT, missingIndex: true)
247247
.AddVectorField("vector1", Schema.VectorField.VectorAlgo.FLAT, vectorAttrs, missingIndex: true);
248248

0 commit comments

Comments
 (0)