mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +02:00
Add default config test
This commit is contained in:
parent
99a7829990
commit
ece369ae55
5 changed files with 132 additions and 8 deletions
|
|
@ -10,6 +10,9 @@ public class CustomAnvilTests extends DefaultCustomAnvilTest {
|
|||
public void simpleInitTest() {
|
||||
Assertions.assertNotNull(server);
|
||||
Assertions.assertNotNull(plugin);
|
||||
|
||||
// Test shutdown
|
||||
plugin.onDisable();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue