Skip to content

Commit 6df3fef

Browse files
committed
fix typo in test
1 parent 6a8c1bf commit 6df3fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Aspire.Hosting.Azure.Tests/AzureResourceExtensionsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public async Task AddAzureCosmosDBWithEmulatorGetDefaultNumberOfPartitions()
185185
cosmos.RunAsEmulator();
186186
var config = await EnvironmentVariableEvaluator.GetEnvironmentVariablesAsync(cosmos.Resource, DistributedApplicationOperation.Run, TestServiceProvider.Instance);
187187

188-
Assert.Equal("2", config["AZURE_COSMOS_EMULATOR_PARTITION_COUNT"]);
188+
Assert.Equal("1", config["AZURE_COSMOS_EMULATOR_PARTITION_COUNT"]);
189189
}
190190

191191
[Fact]

0 commit comments

Comments
 (0)