Skip to content

Commit d3a7fe9

Browse files
committed
Use LocationShape property for initializer call
1 parent c8b9555 commit d3a7fe9

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
@@ -45,7 +45,7 @@ protected override void IntegrationSetup(IElasticClient client, CallUniqueValues
4545
private static IProperties InitializerProperties => new Properties
4646
{
4747
{
48-
"location", new GeoShapeProperty
48+
"locationShape", new GeoShapeProperty
4949
{
5050
Orientation = GeoOrientation.ClockWise,
5151
Strategy = GeoStrategy.Recursive,

0 commit comments

Comments
 (0)