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

Commit a2ee016

Browse files
committed
Add used command to CommandManager in TestCommandSuccess
1 parent e952e84 commit a2ee016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RCONServerLib.Tests/ConnectionTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ public void TestCommandFail()
9393
public void TestCommandSuccess()
9494
{
9595
var server = new RemoteConServer(IPAddress.Any, 27015);
96+
server.CommandManager.Add("hello", "Replies with world", (command, args) => "world");
9697
server.StartListening();
9798

9899
string commandResult = null;

0 commit comments

Comments
 (0)