Skip to content

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Aug 23, 2023
1 parent 359cbaf commit 20a5a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock4k/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class AppleStoreTest {

@Test
fun `see genius`() {
val appleStore = AppleStore(mock(Relaxed))
val appleStore = AppleStore(mock())

runBlocking {
// suspend calls
Expand Down

0 comments on commit 20a5a85

Please sign in to comment.