File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
auth0/src/test/java/com/auth0/android/myaccount Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,6 @@ public class MyAccountAPIClientTest {
4343 mockAPI.shutdown()
4444 }
4545
46- // ================================================================
47- // PASSKEY TESTS (UNCHANGED)
48- // ================================================================
49-
5046 @Test
5147 public fun `passkeyEnrollmentChallenge should build correct URL` () {
5248 val callback = MockMyAccountCallback <PasskeyEnrollmentChallenge >()
@@ -85,10 +81,6 @@ public class MyAccountAPIClientTest {
8581 assertThat(error.message, Matchers .containsString(" Bad Request" ))
8682 }
8783
88- // ================================================================
89- // NEW AND CORRECTED TESTS
90- // ================================================================
91-
9284 @Test
9385 public fun `getFactors should build correct URL and Authorization header` () {
9486 val callback = MockMyAccountCallback <Factors >()
You can’t perform that action at this time.
0 commit comments