فهرست منبع

codacy: Method names should not contain underscores

AndyScherzinger 7 سال پیش
والد
کامیت
45a145ac50
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/src/test/java/com/nextcloud/talk/ExampleUnitTest.java

+ 1 - 1
app/src/test/java/com/nextcloud/talk/ExampleUnitTest.java

@@ -11,7 +11,7 @@ import static org.junit.Assert.*;
  */
 public class ExampleUnitTest {
     @Test
-    public void addition_isCorrect() throws Exception {
+    public void additionIsCorrect() throws Exception {
         assertEquals(4, 2 + 2);
     }
 }