Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
froth authored and TonioGela committed Mar 21, 2024
1 parent d4dd414 commit aa1c02a
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 @@ -52,7 +52,7 @@ However, Scalatest assertions return a value of type `Assertion` by design, in o

Unfortunately, this means that in synchronous test suites, every assertion discards this `Assertion` value, triggering the `-Wnonunit-statement` compiler warning.

If you find yourself in this situation, you can disable the `-Wnonunit-discard` option in your test suite like so:
If you find yourself in this situation, you can disable the `-Wnonunit-statement` option in your test suite like so:

```scala
import org.typelevel.scalacoptions.ScalacOptions
Expand Down

0 comments on commit aa1c02a

Please sign in to comment.