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 a5864d3 commit c2e90a9Copy full SHA for c2e90a9
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