فهرست منبع

Shorten method name

Lortseam 4 سال پیش
والد
کامیت
8e1d452ad0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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());
     }