Skip to content

Commit

Permalink
Fix CampaignListingUIModelMapperTest
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeMucientes committed Mar 6, 2024
1 parent 10d4ad8 commit 3f9edb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class CampaignListingUIModelMapperTest : BaseUnitTest() {
impressions = 1,
clicks = 1,
targetUrn = null,
totalBudget = 0.0,
totalBudget = 1.0,
spentBudget = 0.0,
)

Expand Down

0 comments on commit 3f9edb3

Please sign in to comment.