mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 07:21:53 +08:00
fix: godzilla listener check error
This commit is contained in:
@@ -33,7 +33,7 @@ class GodzillaManagerTest {
|
||||
.build()) {
|
||||
assertTrue(manager.start());
|
||||
assertTrue(manager.test());
|
||||
} catch (IOException e) {
|
||||
} catch (IOException ignored) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user