Эх сурвалжийг харах

codacy: Method names should not contain underscores

AndyScherzinger 7 жил өмнө
parent
commit
45a145ac50

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

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