Skip to content

Commit

Permalink
Add extra monad tests for UIO
Browse files Browse the repository at this point in the history
  • Loading branch information
Jihoon Kim committed Nov 25, 2021
1 parent 3cb28b7 commit 45e6b9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class catzSpec extends catzSpecZIOBase {
implicit def ioArbitrary[A: Arbitrary]: Arbitrary[UIO[A]] = Arbitrary(genUIO[A])
MonadTests[UIO].apply[Int, Int, Int]
})
checkAllAsync("Monad[UIO]", implicit tc => ExtraMonadTests[UIO].monadExtras[Int])
checkAllAsync(
"ArrowChoice[ZIO]",
implicit tc => ArrowChoiceTests[ZIO[*, Int, *]].arrowChoice[Int, Int, Int, Int, Int, Int]
Expand Down

0 comments on commit 45e6b9b

Please sign in to comment.