File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/Query Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments