Skip to content

Commit

Permalink
Merge pull request #2359 from SethTisue/issue-2355
Browse files Browse the repository at this point in the history
tweak a test to compile on latest Scala 2.13 nightlies
  • Loading branch information
ceedubs authored Aug 8, 2018
2 parents 8a1875a + 46a7fab commit 07b4625
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 07b4625

Please sign in to comment.