Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 0209c40

Browse files
Fix unit test compile issues
1 parent 54ac46c commit 0209c40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/src/test/java/org/wordpress/android/fluxc/store/blaze/BlazeCampaignsStoreTest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,8 @@ class BlazeCampaignsStoreTest {
402402
val suggestions = List(10) {
403403
BlazeAdSuggestion(
404404
tagLine = it.toString(),
405-
description = "Ad $it"
405+
description = "Ad $it",
406+
ctaText = "CTA $it"
406407
)
407408
}
408409

0 commit comments

Comments
 (0)