Skip to content

Commit 07e32df

Browse files
committed
fix(remote_configs): add missing demo AdPlatformType entries
- Added AdPlatformIdentifiers for AdPlatformType.demo with placeholder values - Ensures remote_configs.dart fixture now contains all necessary entries
1 parent 2087d58 commit 07e32df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/src/fixtures/remote_configs.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ final remoteConfigsFixturesData = <RemoteConfig>[
7777
bannerAdId: 'ca-app-pub-3940256099942544/6300978111',
7878
interstitialAdId: 'ca-app-pub-3940256099942544/1033173712',
7979
),
80+
AdPlatformType.demo: AdPlatformIdentifiers(
81+
nativeAdId: '_',
82+
bannerAdId: '_',
83+
interstitialAdId: '_',
84+
),
8085
},
8186
feedAdConfiguration: FeedAdConfiguration(
8287
enabled: true,

0 commit comments

Comments
 (0)