Skip to content

Commit b5a495a

Browse files
committed
Removed @ConscryptMode
1 parent e6111b9 commit b5a495a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

auth0/src/test/java/com/auth0/android/provider/WebAuthProviderTest.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ import org.mockito.MockitoAnnotations
5656
import org.robolectric.Robolectric
5757
import org.robolectric.RobolectricTestRunner
5858
import org.robolectric.annotation.Config
59-
import org.robolectric.annotation.ConscryptMode
6059
import org.robolectric.shadows.ShadowLooper
6160
import java.io.ByteArrayInputStream
6261
import java.io.InputStream
@@ -1539,7 +1538,6 @@ public class WebAuthProviderTest {
15391538
}
15401539

15411540

1542-
@ConscryptMode(ConscryptMode.Mode.OFF)
15431541
@Test
15441542
@Throws(Exception::class)
15451543
public fun shouldFailToResumeLoginWhenRSAKeyIsMissingFromJWKSet() {
@@ -1679,7 +1677,6 @@ public class WebAuthProviderTest {
16791677
}
16801678

16811679

1682-
@ConscryptMode(ConscryptMode.Mode.OFF)
16831680
@Test
16841681
@Throws(Exception::class)
16851682
public fun shouldFailToResumeLoginWhenKeyIdIsMissingFromIdTokenHeader() {

0 commit comments

Comments
 (0)