Skip to content

Commit e073e6d

Browse files
committed
Fix build error
1 parent 1673924 commit e073e6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public async Task ServiceInterop_E_UNEXPECTED()
107107
It.IsAny<bool>(),
108108
It.IsAny<bool>(),
109109
It.IsAny<bool>(),
110+
It.IsAny<Cosmos.GeospatialType>(),
110111
It.IsAny<CancellationToken>())).ReturnsAsync(TryCatch<PartitionedQueryExecutionInfo>.FromException(innerException));
111112

112113
CosmosException cosmosException = await Assert.ThrowsExceptionAsync<CosmosException>(() => QueryPlanRetriever.GetQueryPlanWithServiceInteropAsync(
@@ -115,6 +116,7 @@ public async Task ServiceInterop_E_UNEXPECTED()
115116
ResourceType.Document,
116117
new Documents.PartitionKeyDefinition() { Paths = new Collection<string>() { "/id" } },
117118
hasLogicalPartitionKey: false,
119+
geospatialType: Cosmos.GeospatialType.Geography,
118120
useSystemPrefix: false,
119121
NoOpTrace.Singleton));
120122

0 commit comments

Comments
 (0)