Skip to content

Commit f86e115

Browse files
author
wslaghekke
committed
Lint test
1 parent ff98a51 commit f86e115

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

android/src/test/java/nl/recognize/msauthplugin/MsAuthPluginTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@ void loginExpectAcquireTokenSilent() throws JSONException, MsalException, Interr
102102
new String[] { "mocked-scope", "openid", "profile" }
103103
);
104104
ICurrentAccountResult currentAccountResult = new CurrentAccountResult(result.getAccount(), null, true);
105-
when(
106-
singleAccountPublicClientApplication.getCurrentAccount()
107-
).thenReturn(currentAccountResult);
105+
when(singleAccountPublicClientApplication.getCurrentAccount()).thenReturn(currentAccountResult);
108106

109107
when(
110108
singleAccountPublicClientApplication.acquireTokenSilent(

0 commit comments

Comments
 (0)