Skip to content

Commit f8867ea

Browse files
committed
Fix a bug in a test.
1 parent 401c258 commit f8867ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installations/integration_test/src/integration_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ TEST_F(FirebaseInstallationsTest, TestDeleteGivesNewTokenNextTime) {
236236
#if defined(__ANDROID__) || (defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE)
237237
// Desktop is a stub and returns the same token, but on mobile it
238238
// should return a new token.
239-
FLAKY_EXPECT_EQ(*token.result(), first_token);
239+
FLAKY_EXPECT_NE(*token.result(), first_token);
240240
#endif // defined(__ANDROID__) || (defined(TARGET_OS_IPHONE) &&
241241
// TARGET_OS_IPHONE)
242242

0 commit comments

Comments
 (0)