mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 05:53:12 +07:00
fix tests
This commit is contained in:
@@ -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();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user