codacy: fix code style issues

This commit is contained in:
AndyScherzinger 2018-01-19 11:15:02 +01:00
parent 0ade905557
commit 69f313561d
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -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.");
}
}
}