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

codacy: fix code style issues

AndyScherzinger 7 жил өмнө
parent
commit
69f313561d

+ 1 - 1
src/androidTest/java/com/owncloud/android/authentication/AuthenticatorActivityTest.java

@@ -96,7 +96,7 @@ public class AuthenticatorActivityTest {
     }
 
     @Test
-    public void check_login()
+    public void checkLogin()
         throws InterruptedException, NoSuchFieldException, IllegalArgumentException, IllegalAccessException {
         Bundle arguments = InstrumentationRegistry.getArguments();
 

+ 1 - 0
src/test/java/com/owncloud/android/authentication/AuthenticatorDataUrlTest.java

@@ -166,6 +166,7 @@ public class AuthenticatorDataUrlTest {
                 Assert.fail("Illegal Argument Exception expected!");
             } catch (IllegalArgumentException e) {
                 // all well
+                System.out.println("Expected Illegal Argument Exception caught.");
             }
         }
     }