We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df63bbf commit daf3a5eCopy full SHA for daf3a5e
1 file changed
auth0/src/test/java/com/auth0/android/provider/WebAuthProviderTest.kt
@@ -1580,7 +1580,6 @@ public class WebAuthProviderTest {
1580
)
1581
Mockito.doAnswer {
1582
callbackCaptor.firstValue.onSuccess(codeCredentials)
1583
- null
1584
}.`when`(pkce).getToken(eq("1234"), callbackCaptor.capture())
1585
Assert.assertTrue(resume(intent))
1586
mockAPI.takeRequest()
@@ -1711,7 +1710,6 @@ public class WebAuthProviderTest {
1711
1710
1712
1713
1714
1715
1716
1717
0 commit comments