fix: godzilla listener check error

This commit is contained in:
ReaJason
2024-12-04 23:19:00 +08:00
parent b5a91fa4e6
commit f4f0d5608c
5 changed files with 37 additions and 20 deletions
@@ -33,7 +33,7 @@ class GodzillaManagerTest {
.build()) {
assertTrue(manager.start());
assertTrue(manager.test());
} catch (IOException e) {
} catch (IOException ignored) {
}
}