Skip to content

Commit eddddc0

Browse files
committed
Refactored code removed comments
1 parent c42e67f commit eddddc0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

auth0/src/test/java/com/auth0/android/myaccount/MyAccountAPIClientTest.kt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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>()

0 commit comments

Comments
 (0)