Skip to content

Commit

Permalink
tweak a test to compile on latest Scala 2.13 nightlies
Browse files Browse the repository at this point in the history
fixes #2355
  • Loading branch information
SethTisue committed Aug 3, 2018
1 parent 8a1875a commit 46a7fab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/test/scala/cats/tests/RepresentableSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class RepresentableSuite extends CatsSuite {
}

{
implicit val isoFunction1 = Isomorphisms.invariant[String => ?]
implicit val monadInstance = Representable.monad[String => ?]
checkAll("String => ?", MonadTests[String => ?].monad[String, String, String])
}
Expand Down

0 comments on commit 46a7fab

Please sign in to comment.