mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-24 03:56:32 +00:00
Fixed E2E tests to run with server.runasync
This commit is contained in:
@@ -41,7 +41,7 @@ namespace MTSC.UnitTests
|
||||
.AddLogger(new ConsoleLogger())
|
||||
.AddLogger(new DebugConsoleLogger())
|
||||
.AddExceptionHandler(new ExceptionConsoleLogger());
|
||||
Server.RunAsync().Start();
|
||||
Server.RunAsync();
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
|
||||
Reference in New Issue
Block a user