Skip to content

Commit

Permalink
Update AWSAuthSignInPluginTests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh62 committed Nov 23, 2022
1 parent e09a82a commit 2712fa2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -543,14 +543,14 @@ class AWSAuthSignInPluginTests: BasePluginTest {
}


/// Test a signIn with deviceSRP response
/// Test a signIn with customAuthWIthoutSRP
///
/// - Given: Given an auth plugin with mocked service. Mock unknown response for signIn result
/// - Given: Given an auth plugin with mocked service. Returning a new challenge after confirm sign in is called
///
/// - When:
/// - I invoke signIn
/// - I invoke signIn and then confirm sign in
/// - Then:
/// - I should get a .service error, because the response doesn't return valid data
/// - The next step smsMfA should be triggered
///
func testSignInWithCustomAuthIncorrectCode() async {

Expand Down

0 comments on commit 2712fa2

Please sign in to comment.