mirror of
https://github.com/sismics/docs.git
synced 2025-12-12 17:26:13 +00:00
fix tests
This commit is contained in:
@@ -127,5 +127,8 @@ public abstract class BaseJerseyTest extends JerseyTest {
|
||||
if (httpServer != null) {
|
||||
httpServer.shutdownNow();
|
||||
}
|
||||
if (wiser != null) {
|
||||
wiser.stop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user