We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5eb9a1 commit 78f41b0Copy full SHA for 78f41b0
app/tests/app_test.cc
@@ -248,7 +248,7 @@ TEST_F(AppTest, LoadDefault) {
248
// GA tracking ID can currently only be configured on iOS.
249
EXPECT_STREQ("fake ga tracking id from resource", options.ga_tracking_id());
250
#endif // FIREBASE_PLATFORM_IOS
251
-#endif // __APPLE__
+#endif // __APPLE__
252
EXPECT_STREQ("fake storage bucket from resource", options.storage_bucket());
253
EXPECT_STREQ("fake project id from resource", options.project_id());
254
#if !FIREBASE_PLATFORM_IOS
0 commit comments