1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-15 22:56:30 +09:00

Remove Console.ReadKey() from the UnitTest program

This stops it from hanging on the Travis build
This commit is contained in:
Jamie Hankins
2015-02-02 02:06:07 +00:00
parent f3c63a2984
commit cc0220a9bf

View File

@@ -61,7 +61,6 @@ namespace UnitTests
}
Console.WriteLine("Done");
Console.ReadKey();
}
/// <summary>