Add default config test

This commit is contained in:
alexcrea 2024-10-26 15:16:49 +02:00
parent 99a7829990
commit ece369ae55
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
5 changed files with 132 additions and 8 deletions

View file

@ -10,6 +10,9 @@ public class CustomAnvilTests extends DefaultCustomAnvilTest {
public void simpleInitTest() {
Assertions.assertNotNull(server);
Assertions.assertNotNull(plugin);
// Test shutdown
plugin.onDisable();
}
}