add placeholder test file

This commit is contained in:
ThePindabaas
2026-06-27 11:18:40 +02:00
parent 7a971f8188
commit 4b4063701f

View File

@@ -0,0 +1,12 @@
package net.ardakaz.griefalert;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class GriefAlertTest {
@Test
public void placeholderTest() {
assertTrue(false);
}
}