Fixed E2E tests to run with server.runasync

This commit is contained in:
2020-02-26 14:15:19 +01:00
parent 9ccda10050
commit 925e1ec3c2
+1 -1
View File
@@ -41,7 +41,7 @@ namespace MTSC.UnitTests
.AddLogger(new ConsoleLogger())
.AddLogger(new DebugConsoleLogger())
.AddExceptionHandler(new ExceptionConsoleLogger());
Server.RunAsync().Start();
Server.RunAsync();
}
[TestMethod]