Explorar o código

Shorten method name

Lortseam %!s(int64=4) %!d(string=hai) anos
pai
achega
8e1d452ad0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/test/java/me/lortseam/completeconfig/ConfigTest.java

+ 1 - 1
src/test/java/me/lortseam/completeconfig/ConfigTest.java

@@ -22,7 +22,7 @@ import static org.junit.jupiter.api.Assertions.*;
 public class ConfigTest {
 
     @Test
-    public void builder_throwExceptionIfModIDIsNull() {
+    public void builder_throwExceptionIfModIDNull() {
         NullPointerException exception = assertThrows(NullPointerException.class, () -> Config.builder(null));
         assertEquals("modID is marked non-null but is null", exception.getMessage());
     }