1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-12 17:26:13 +00:00

fix tests

This commit is contained in:
Benjamin Gamard
2017-11-17 22:26:20 +01:00
parent 039d881a07
commit 332fd9d1f6

View File

@@ -127,5 +127,8 @@ public abstract class BaseJerseyTest extends JerseyTest {
if (httpServer != null) {
httpServer.shutdownNow();
}
if (wiser != null) {
wiser.stop();
}
}
}