Skip to content

Commit

Permalink
Add a test for summoning Monad[UIO]
Browse files Browse the repository at this point in the history
  • Loading branch information
joroKr21 committed Aug 3, 2019
1 parent 7283cc8 commit 45582d6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package zio.interop

import cats.Eq
import cats.{ Eq, Monad }
import cats.effect.laws.discipline.arbitrary._
import cats.effect.laws.discipline.{ ConcurrentEffectTests, ConcurrentTests, EffectTests }
import cats.effect.laws.util.{ TestContext, TestInstances }
Expand Down Expand Up @@ -149,6 +149,7 @@ class catzSpec
ContextShift[UIO]
CatzClock[UIO]
Timer[UIO]
Monad[UIO]
}
}

Expand Down

0 comments on commit 45582d6

Please sign in to comment.