Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix tests
Browse files Browse the repository at this point in the history
saperi22 committed Nov 18, 2024
1 parent c124a6e commit 8197283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ class VenmoLauncherUnitTest {
@Before
fun setup() {
every { paymentAuthRequestParams.browserSwitchOptions } returns options
sut = VenmoLauncher(browserSwitchClient)
sut = VenmoLauncher(browserSwitchClient, lazy { mockk(relaxed = true) })
}

@Test

0 comments on commit 8197283

Please sign in to comment.