diff --git a/tests/src/de/pokerth/test/AllTests.java b/tests/src/de/pokerth/test/AllTests.java index a458ce71..372616ce 100644 --- a/tests/src/de/pokerth/test/AllTests.java +++ b/tests/src/de/pokerth/test/AllTests.java @@ -41,7 +41,8 @@ import org.junit.runners.Suite; RejoinGameTest.class, // RejoinMultiGameTest.class, SeatStateTest.class, - SpectatorJoinTest.class + SpectatorJoinTest.class, + WebSocketTest.class }) public class AllTests { public static void main(String[] args)