We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88206d8 commit 3cc7d27Copy full SHA for 3cc7d27
WordPress/src/test/java/org/wordpress/android/ui/blaze/blazecampaigns/CampaignListingViewModelTest.kt
@@ -187,7 +187,7 @@ class CampaignListingViewModelTest : BaseUnitTest() {
187
for (i in 0 until numbers) {
188
listOfCampaigns.add(
189
BlazeCampaignModel(
190
- campaignId = i.toLong(),
+ campaignId = i,
191
title = "Campaign $i",
192
imageUrl = "https://picsum.photos/200/300",
193
startDate = Date(),
0 commit comments