File tree 1 file changed +2
-0
lines changed
Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/Query
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ public async Task ServiceInterop_E_UNEXPECTED()
107
107
It . IsAny < bool > ( ) ,
108
108
It . IsAny < bool > ( ) ,
109
109
It . IsAny < bool > ( ) ,
110
+ It . IsAny < Cosmos . GeospatialType > ( ) ,
110
111
It . IsAny < CancellationToken > ( ) ) ) . ReturnsAsync ( TryCatch < PartitionedQueryExecutionInfo > . FromException ( innerException ) ) ;
111
112
112
113
CosmosException cosmosException = await Assert . ThrowsExceptionAsync < CosmosException > ( ( ) => QueryPlanRetriever . GetQueryPlanWithServiceInteropAsync (
@@ -115,6 +116,7 @@ public async Task ServiceInterop_E_UNEXPECTED()
115
116
ResourceType . Document ,
116
117
new Documents . PartitionKeyDefinition ( ) { Paths = new Collection < string > ( ) { "/id" } } ,
117
118
hasLogicalPartitionKey : false ,
119
+ geospatialType : Cosmos . GeospatialType . Geography ,
118
120
useSystemPrefix : false ,
119
121
NoOpTrace . Singleton ) ) ;
120
122
You can’t perform that action at this time.
0 commit comments