Skip to content

Commit

Permalink
Use .assert
Browse files Browse the repository at this point in the history
  • Loading branch information
mtomko authored May 24, 2023
1 parent 908d589 commit d86ba62
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 @@ -136,7 +136,7 @@ class SuiteLocalExampleSuite extends CatsEffectSuite {

test("third test") {
IO(tempFileFixture()).flatMap { file =>
assertIO(Files[IO].exists(file), true)
Files[IO].exists(file).assert
}
}

Expand Down

0 comments on commit d86ba62

Please sign in to comment.