Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 9f1d9cf

Browse files
committed
Fix a test error from before
1 parent 2b69b8b commit 9f1d9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase_auth/test/firebase_auth_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ void main() {
400400

401401
test('updateEmail', () async {
402402
final String updatedEmail = 'atestemail@gmail.com';
403-
auth.updateEmail(email: updatedEmail);
403+
await auth.updateEmail(email: updatedEmail);
404404
expect(
405405
log,
406406
<Matcher>[

0 commit comments

Comments
 (0)