Skip to content

Commit 3cc7d27

Browse files
committed
Remove the conversion of campaignId to a long
1 parent 88206d8 commit 3cc7d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/src/test/java/org/wordpress/android/ui/blaze/blazecampaigns/CampaignListingViewModelTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class CampaignListingViewModelTest : BaseUnitTest() {
187187
for (i in 0 until numbers) {
188188
listOfCampaigns.add(
189189
BlazeCampaignModel(
190-
campaignId = i.toLong(),
190+
campaignId = i,
191191
title = "Campaign $i",
192192
imageUrl = "https://picsum.photos/200/300",
193193
startDate = Date(),

0 commit comments

Comments
 (0)