Skip to content

Commit 184208e

Browse files
DOC-4261 attempt to fix GeoShapeField error on some of the tests
1 parent 83f7119 commit 184208e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Doc/QueryGeoExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public void run()
3232
.AddGeoField(new FieldName("$.store_location", "store_location"))
3333
.AddGeoShapeField(
3434
new FieldName("$.pickup_zone", "pickup_zone"),
35-
Schema.GeoShapeField.CoordinateSystem.FLAT
35+
system: Schema.GeoShapeField.CoordinateSystem.FLAT
3636
);
3737

3838
FTCreateParams bikeParams = new FTCreateParams()

0 commit comments

Comments
 (0)