Skip to content

Commit

Permalink
Merge pull request #382 from nandotorterolo/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
armanbilge authored Aug 18, 2024
2 parents 29a8f03 + 1bc6c01 commit c4a7b10
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 @@ -119,7 +119,7 @@ class SuiteLocalExampleSuite extends CatsEffectSuite {
Resource.make(IO.unit)(_ => IO.unit)
)

val tempFileFixture = ResourceSuitLocalFixture(
val tempFileFixture = ResourceSuiteLocalFixture(
"temp-file",
Files[IO].tempFile
)
Expand Down

0 comments on commit c4a7b10

Please sign in to comment.