Fix standalone unit tests

This commit is contained in:
Christopher Schnick
2022-03-10 18:48:06 +01:00
parent 146d1b5d6a
commit 4ba3687dc8
6 changed files with 64 additions and 42 deletions

View File

@@ -18,7 +18,7 @@ public class ConnectionFactory {
throw new AssertionError();
}
XPipeConnection.waitForStartup();
XPipeConnection.waitForStartup().orElseThrow();
if (!BeaconServer.isRunning()) {
throw new AssertionError();
}