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 5dee0bf commit 07c8aeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class HandleTests extends BaseSuite {
case Error.Third => "2".pure[F]
}

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

test("submerge two independent errors") {
Expand Down

0 comments on commit 07c8aeb

Please sign in to comment.