Skip to content

RewardedAds for Android #741

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Nov 16, 2021
3 changes: 3 additions & 0 deletions admob/integration_test/src/integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,9 @@ TEST_F(FirebaseAdMobTest, TestBannerView) {
bounding_box_listener.bounding_box_changes_.size());

#if defined(ANDROID) || TARGET_OS_IPHONE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of disabling this test, is it possible to just add some wiggle room to the aspect ratio check on simulator?

// Simulators have varying aspect ratios.
TEST_REQUIRES_USER_INTERACTION;

// As an extra check, all bounding boxes except the last should have the same
// size aspect ratio that we requested. For example if you requested a 320x50
// banner, you can get one with the size 960x150. Use EXPECT_NEAR because the
Expand Down