mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 05:57:57 +01:00
fix tests
This commit is contained in:
parent
039d881a07
commit
332fd9d1f6
@ -127,5 +127,8 @@ public abstract class BaseJerseyTest extends JerseyTest {
|
|||||||
if (httpServer != null) {
|
if (httpServer != null) {
|
||||||
httpServer.shutdownNow();
|
httpServer.shutdownNow();
|
||||||
}
|
}
|
||||||
|
if (wiser != null) {
|
||||||
|
wiser.stop();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user