Skip to content

Commit b96d158

Browse files
committed
Fix test method name typo
1 parent b4c8dd2 commit b96d158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Tests/ClientConcepts/VirtualClusterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ [U] public async Task ThrowsExceptionWithNoRules()
3030
e.Message.Should().Contain("No ClientCalls defined for the current VirtualCluster, so we do not know how to respond");
3131
}
3232

33-
[U] public async Task ThrowsExceptionAfterDepleedingRules()
33+
[U] public async Task ThrowsExceptionAfterDepletingRules()
3434
{
3535
var audit = new Auditor(() => VirtualClusterWith
3636
.Nodes(1)

0 commit comments

Comments
 (0)