Skip to content

Commit

Permalink
Update tests/shared/src/test/scala/cats/mtl/tests/HandleTests.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Arman Bilge <[email protected]>
  • Loading branch information
djspiewak and armanbilge authored May 1, 2023
1 parent 07c8aeb commit 0b8e897
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class HandleTests extends BaseSuite {
case Error1.Third => "third1".pure[F]
}

assert(test.value.value.toOption == Some("third1"))
assertEquals(test.value.value.toOption, Some("third1"))
}

{
Expand Down

0 comments on commit 0b8e897

Please sign in to comment.