We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c8dd2 commit b96d158Copy full SHA for b96d158
tests/Tests/ClientConcepts/VirtualClusterTests.cs
@@ -30,7 +30,7 @@ [U] public async Task ThrowsExceptionWithNoRules()
30
e.Message.Should().Contain("No ClientCalls defined for the current VirtualCluster, so we do not know how to respond");
31
}
32
33
- [U] public async Task ThrowsExceptionAfterDepleedingRules()
+ [U] public async Task ThrowsExceptionAfterDepletingRules()
34
{
35
var audit = new Auditor(() => VirtualClusterWith
36
.Nodes(1)
0 commit comments