Skip to content

Commit faf266c

Browse files
committed
Build fix
1 parent 694efec commit faf266c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/Query/QueryPartitionProviderTests.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ public void TestQueryPartitionProviderUpdate()
3939
allowNonValueAggregateQuery: true,
4040
hasLogicalPartitionKey: false,
4141
allowDCount: true,
42-
useSystemPrefix: false);
42+
useSystemPrefix: false,
43+
geospatialType: Cosmos.GeospatialType.Geography);
4344

4445
Assert.IsTrue(tryGetQueryPlan.Failed);
4546
Assert.IsTrue(tryGetQueryPlan.Exception.ToString().Contains("The SQL query text exceeded the maximum limit of 5 characters"));
@@ -54,7 +55,8 @@ public void TestQueryPartitionProviderUpdate()
5455
allowNonValueAggregateQuery: true,
5556
hasLogicalPartitionKey: false,
5657
allowDCount: true,
57-
useSystemPrefix: false);
58+
useSystemPrefix: false,
59+
geospatialType: Cosmos.GeospatialType.Geography);
5860

5961
Assert.IsTrue(tryGetQueryPlan.Succeeded);
6062
}

0 commit comments

Comments
 (0)