Skip to content

Commit

Permalink
fixup! ADS-4131 Change the format of LiftIgniter activity
Browse files Browse the repository at this point in the history
Fix unit test
  • Loading branch information
yonran committed Jun 26, 2020
1 parent 8539b68 commit a3a272b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2274,7 +2274,7 @@ describe('MavenDistributionAnalyticsAdapter', function () {
zoneNames: ['sidebar']
}])
const expected = {
batch: '[{"auc":"aaa","cpmms":[40],"total":40,"zoneIndexes":[3],"zoneNames":["sidebar"]}]',
batch: '[{"auc":"aaa","cpmms":[40],"zoneIndexes":[3],"zoneNames":["sidebar"]}]',
price: 40,
}
assert.deepEqual(actual, expected)
Expand Down

0 comments on commit a3a272b

Please sign in to comment.