Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Oct 3, 2024
1 parent bc35be6 commit 3ac27fd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ class BillingRepositoryTest {
mockkStatic(BILLING_FLOW_PARAMS)

every { BillingClient.newBuilder(any()) } returns mockBillingClientBuilder
every { mockBillingClientBuilder.enablePendingPurchases(any()) } returns mockBillingClientBuilder
every { mockBillingClientBuilder.enablePendingPurchases(any()) } returns
mockBillingClientBuilder
every { mockBillingClientBuilder.setListener(capture(purchaseUpdatedListenerSlot)) } returns
mockBillingClientBuilder
every { mockBillingClientBuilder.build() } returns mockBillingClient
Expand Down

0 comments on commit 3ac27fd

Please sign in to comment.