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.
expectLater
1 parent ac6721e commit 67612bdCopy full SHA for 67612bd
packages/auth/amplify_auth_cognito/example/integration_test/custom_auth_test.dart
@@ -181,7 +181,7 @@ void main() {
181
'passes client metadata to signIn',
182
(_) async {
183
await expectLater(
184
- Amplify.Auth.signIn(
+ () => Amplify.Auth.signIn(
185
username: username,
186
options: const SignInOptions(
187
pluginOptions: CognitoSignInPluginOptions(
@@ -347,7 +347,7 @@ void main() {
347
348
asyncTest('passes client metadata to signIn', (_) async {
349
350
351
352
password: password,
353
0 commit comments