Skip to content

Commit bfeff07

Browse files
committed
Format code.
1 parent 82e237c commit bfeff07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auth/integration_test/src/integration_test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,8 +762,8 @@ TEST_F(FirebaseAuthTest, TestUpdateEmailAndPassword) {
762762
EXPECT_TRUE(user.is_valid());
763763

764764
// Update the user's password.
765-
// Email update functionality has been changed and the old UpdateEmail method removed.
766-
// A more comprehensive test for the new email update flow
765+
// Email update functionality has been changed and the old UpdateEmail method
766+
// removed. A more comprehensive test for the new email update flow
767767
// (SendEmailVerificationBeforeUpdatingEmail) would be needed here.
768768
WaitForCompletion(user.UpdatePassword(kTestPasswordUpdated),
769769
"UpdatePassword");

0 commit comments

Comments
 (0)