Skip to content

Commit

Permalink
Update integration_test.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maurice committed Feb 29, 2024
1 parent 9c8575b commit 8a67ace
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions auth/integration_test/src/integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -963,8 +963,9 @@ TEST_F(FirebaseAuthTest, TestVerifyBeforeUpdatingEmail) {

// Update the user's email and password.
const std::string new_email = "new_" + email;
WaitForCompletion(user.SendEmailVerificationBeforeUpdatingEmail(new_email),
"SendEmailVerificationBeforeUpdatingEmail");
WaitForCompletion(
user.SendEmailVerificationBeforeUpdatingEmail(new_email.c_str()),
"SendEmailVerificationBeforeUpdatingEmail");
EXPECT_TRUE(user.is_valid());
DeleteUser();
}
Expand Down

0 comments on commit 8a67ace

Please sign in to comment.