Skip to content

Commit

Permalink
chore: fix kalium ref
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Nov 28, 2024
1 parent 2110634 commit 10f70f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ProteusClientProviderTest {
init {
given(passphraseStorage)
.suspendFunction(passphraseStorage::getPassphrase)
.whenInvokedWith(any())
.whenInvokedWith(any<String>())
.thenReturn("passphrase")
}

Expand Down

0 comments on commit 10f70f6

Please sign in to comment.