Skip to content

Commit 4d178e6

Browse files
committed
oops
1 parent 1b54eea commit 4d178e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/java/io/github/mooy1/infinitylib/commands/TestAddonCommand.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
import io.github.mooy1.infinitylib.core.AbstractAddon;
1616
import io.github.mooy1.infinitylib.core.MockAddon;
1717

18+
import static org.junit.jupiter.api.Assertions.assertEquals;
19+
import static org.junit.jupiter.api.Assertions.assertFalse;
20+
import static org.junit.jupiter.api.Assertions.assertThrows;
21+
import static org.junit.jupiter.api.Assertions.assertTrue;
22+
1823
class TestAddonCommand {
1924

2025
private static AddonCommand addonCommand;

0 commit comments

Comments
 (0)