Skip to content

Commit 355d8c7

Browse files
committed
Code changes to fix broken tests.
1 parent 94756bc commit 355d8c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Aspire.Microsoft.Azure.Cosmos.Tests/ConformanceTests.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ public void CanAddMultipleKeyedServices()
8383
new KeyValuePair<string, string?>("ConnectionStrings:cosmosdb3", "AccountEndpoint=https://example3.documents.azure.com:443/;AccountKey=fake;"),
8484
]);
8585

86-
builder.AddAzureCosmosDBClient("cosmosdb1");
87-
builder.AddKeyedAzureCosmosDbClient("cosmosdb2");
88-
builder.AddKeyedAzureCosmosDbClient("cosmosdb3");
86+
builder.AddAzureCosmosClient("cosmosdb1");
87+
builder.AddKeyedAzureCosmosClient("cosmosdb2");
88+
builder.AddKeyedAzureCosmosClient("cosmosdb3");
8989

9090
using var host = builder.Build();
9191

0 commit comments

Comments
 (0)