File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
auth0/src/test/java/com/auth0/android/provider Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 2828
2929 - uses : ./.github/actions/setup
3030
31- - run : ./gradlew clean test jacocoTestReport lint --continue --console=plain --max-workers=1 --no-daemon
31+ - run : ./gradlew clean testDebugUnitTest --continue --console=plain --max-workers=1 --no-daemon --stacktrace
3232
3333 - uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # pin@5.5.2
Original file line number Diff line number Diff line change @@ -1724,10 +1724,7 @@ public class WebAuthProviderTest {
17241724 }.`when `(pkce).getToken(eq(" 1234" ), callbackCaptor.capture())
17251725 Assert .assertTrue(resume(intent))
17261726 mockAPI.takeRequest()
1727- shadowOf(Looper .getMainLooper()).runToEndOfTasks()
1728- // shadows()
1729- // ShadowLooper.idleMainLooper()
1730- // ShadowLooper.idleMainLooper()
1727+ ShadowLooper .idleMainLooper()
17311728 verify(authCallback).onFailure(authExceptionCaptor.capture())
17321729 val error = authExceptionCaptor.firstValue
17331730 assertThat(error, `is `(notNullValue()))
You can’t perform that action at this time.
0 commit comments