Skip to content

Commit 1d03046

Browse files
committed
chore: dart format
1 parent e355d02 commit 1d03046

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/authenticator/amplify_authenticator/example/integration_test/sign_in_mfa_username_login_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,7 @@ void main() {
242242
await signInPage.submitSignIn();
243243

244244
// Then I will be redirected to the TOTP MFA code page
245-
await confirmSignInPage
246-
.expectConfirmSignInWithTotpMfaCodeIsPresent();
245+
await confirmSignInPage.expectConfirmSignInWithTotpMfaCodeIsPresent();
247246

248247
// When I type an invalid TOTP code
249248
await confirmSignInPage.enterVerificationCode('000000');

0 commit comments

Comments
 (0)