Skip to content

Commit

Permalink
cleaning up unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ptjames committed Jun 20, 2024
1 parent 07643e8 commit 02e286f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ TEST_F(BraveAdsEligibleInlineContentAdsV2Test, GetAds) {
// Arrange
CreativeInlineContentAdList creative_ads;

CreativeInlineContentAdInfo creative_ad_1 =
const CreativeInlineContentAdInfo creative_ad_1 =
test::BuildCreativeInlineContentAd(/*should_use_random_uuids=*/true);
creative_ad_1.segment = "untargeted";
creative_ads.push_back(creative_ad_1);

CreativeInlineContentAdInfo creative_ad_2 =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ TEST_F(BraveAdsEligibleNewTabPageAdsV2Test, GetAds) {
// Arrange
CreativeNewTabPageAdList creative_ads;

CreativeNewTabPageAdInfo creative_ad_1 =
const CreativeNewTabPageAdInfo creative_ad_1 =
test::BuildCreativeNewTabPageAd(/*should_use_random_uuids=*/true);
creative_ad_1.segment = "untargeted";
creative_ads.push_back(creative_ad_1);

CreativeNewTabPageAdInfo creative_ad_2 =
Expand Down

0 comments on commit 02e286f

Please sign in to comment.