Skip to content

Commit c64fcff

Browse files
committed
Removed redundant line
1 parent ce6aa17 commit c64fcff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subscriptions/subscriptions-impl/src/test/java/com/duckduckgo/subscriptions/impl/RealSubscriptionsManagerTest.kt

-1
Original file line numberDiff line numberDiff line change
@@ -1540,7 +1540,6 @@ class RealSubscriptionsManagerTest(private val authApiV2Enabled: Boolean) {
15401540

15411541
val offers = basePlanIds.map { basePlanId ->
15421542
mock<SubscriptionOfferDetails> { offer ->
1543-
whenever(offer.basePlanId).thenReturn(basePlanId)
15441543
whenever(offer.basePlanId).thenReturn(basePlanId)
15451544
whenever(offer.pricingPhases).thenReturn(pricingPhases)
15461545
}

0 commit comments

Comments
 (0)