Skip to content

Commit 27bfb14

Browse files
committed
fix integration tests
1 parent a346e00 commit 27bfb14

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

common/src/test/java/com/microsoft/identity/common/nativeauth/internal/controllers/NativeAuthControllerTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,9 +588,7 @@ class NativeAuthControllerTest {
588588

589589
val signInParameters = createSignInSubmitPasswordCommandParameters(correlationId)
590590
val signInResult = controller.signInSubmitPassword(signInParameters) as SignInCommandResult.MFARequired
591-
assert(signInResult.authMethods.count() == 2)
592591
assert(signInResult.authMethods.filter { it.challengeChannel == "email" }.count() == 1)
593-
assert(signInResult.authMethods.filter { it.challengeChannel == "sms" }.count() == 1)
594592
}
595593

596594
@Test

0 commit comments

Comments
 (0)