Skip to content

Commit 11d2be0

Browse files
committed
fixed failing test
1 parent 156f1d0 commit 11d2be0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

primitives/src/targeting/input.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ mod test {
375375
// Global scope, accessible everywhere
376376
"adView.secondsSinceCampaignImpression": 10,
377377
"adView.hasCustomPreferences": true,
378-
"adView.navigatorLanguage": "en",
378+
"adView.navigatorLanguage": "en-US",
379379
"adSlotId": "QmcUVX7fvoLMM93uN2bD3wGTH8MXSxeL8hojYfL2Lhp7mR",
380380
"adSlotType": "legacy_300x100",
381381
"publisherId": "0xE882ebF439207a70dDcCb39E13CA8506c9F45fD9",
@@ -395,7 +395,6 @@ mod test {
395395
"campaignBudget": "100000000000",
396396
"eventMinPrice": "1",
397397
"eventMaxPrice": "10",
398-
"publisherEarnedFromCampaign": "30",
399398
// adSlot scope, accessible on Supermarket and AdView
400399
"adSlot.categories": ["IAB3", "IAB13-7", "IAB5"],
401400
"adSlot.hostname": "adex.network",

0 commit comments

Comments
 (0)