Skip to content

Commit c8b9555

Browse files
committed
Use LocationShape property
1 parent 5531b4e commit c8b9555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Tests/Mapping/Types/Geo/GeoShape/GeoShapeClusterMetadataApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected override void IntegrationSetup(IElasticClient client, CallUniqueValues
3636

3737
private static Func<PropertiesDescriptor<Project>, IPromise<IProperties>> FluentProperties => f => f
3838
.GeoShape(s => s
39-
.Name(p => p.Location)
39+
.Name(p => p.LocationShape)
4040
.Orientation(GeoOrientation.ClockWise)
4141
.Strategy(GeoStrategy.Recursive)
4242
.Coerce()

0 commit comments

Comments
 (0)