Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Commit e952e84

Browse files
committed
Use correct casing for Assert.Contains in TestCommandFail
1 parent adf6326 commit e952e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RCONServerLib.Tests/ConnectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public void TestCommandFail()
8686
waitEvent.WaitOne();
8787
}
8888

89-
Assert.Contains("invalid command", commandResult);
89+
Assert.Contains("Invalid command", commandResult);
9090
}
9191

9292
[Fact]

0 commit comments

Comments
 (0)