Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Revert accidental change to `myFixture`
  • Loading branch information
mtomko authored May 24, 2023
1 parent d86ba62 commit 937812b
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 @@ -116,7 +116,7 @@ class SuiteLocalExampleSuite extends CatsEffectSuite {

val myFixture = ResourceSuiteLocalFixture(
"my-fixture",
Files[IO].tempFile
Resource.make(IO.unit)(_ => IO.unit)
)

val tempFileFixture = ResourceSuitLocalFixture(
Expand Down

0 comments on commit 937812b

Please sign in to comment.