Skip to content

Commit 01166f5

Browse files
committed
update tests
1 parent 3468b6b commit 01166f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/amplify_auth_cognito/example/integration_test/native_auth_bridge_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void main() {
9696
expect(argSignInOut.preferprivatesession, isFalse);
9797
expect(argSignInOut.browserPackageName, browserPackage);
9898
expect(argSignInOut.nonce, 'nonce');
99-
expect(argSignInOut.language, 'es');
99+
expect(argSignInOut.language, 'en');
100100
expect(argSignInOut.loginHint, 'username');
101101
expect(argSignInOut.prompt, isNotNull);
102102
expect(

0 commit comments

Comments
 (0)