We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3468b6b commit 01166f5Copy full SHA for 01166f5
packages/auth/amplify_auth_cognito/example/integration_test/native_auth_bridge_test.dart
@@ -96,7 +96,7 @@ void main() {
96
expect(argSignInOut.preferprivatesession, isFalse);
97
expect(argSignInOut.browserPackageName, browserPackage);
98
expect(argSignInOut.nonce, 'nonce');
99
- expect(argSignInOut.language, 'es');
+ expect(argSignInOut.language, 'en');
100
expect(argSignInOut.loginHint, 'username');
101
expect(argSignInOut.prompt, isNotNull);
102
expect(
0 commit comments