mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
codacy: fix code style issues
This commit is contained in:
parent
0ade905557
commit
69f313561d
2 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,7 @@ public class AuthenticatorActivityTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void check_login()
|
||||
public void checkLogin()
|
||||
throws InterruptedException, NoSuchFieldException, IllegalArgumentException, IllegalAccessException {
|
||||
Bundle arguments = InstrumentationRegistry.getArguments();
|
||||
|
||||
|
|
|
@ -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.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue