Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
goshacodes authored Jan 9, 2025
1 parent 2b3c1f4 commit 81469f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class MySpec extends CatsEffectSuite, CatsEffectStubs:
times <- foo.foo.timesIO
yield times

assertIO(times == 2)
assertIO(times == 3)

test("one arg"):
val foo: Stub[Foo] = stub[Foo]
Expand Down

0 comments on commit 81469f7

Please sign in to comment.