Skip to content

Commit 78f41b0

Browse files
feat: Remove trackingID from iOS
1 parent a5eb9a1 commit 78f41b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/tests/app_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ TEST_F(AppTest, LoadDefault) {
248248
// GA tracking ID can currently only be configured on iOS.
249249
EXPECT_STREQ("fake ga tracking id from resource", options.ga_tracking_id());
250250
#endif // FIREBASE_PLATFORM_IOS
251-
#endif // __APPLE__
251+
#endif // __APPLE__
252252
EXPECT_STREQ("fake storage bucket from resource", options.storage_bucket());
253253
EXPECT_STREQ("fake project id from resource", options.project_id());
254254
#if !FIREBASE_PLATFORM_IOS

0 commit comments

Comments
 (0)