Skip to content

Commit

Permalink
add cats sortedMap instance import
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Aug 27, 2019
1 parent 7ed385f commit 82733e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/shared/src/test/scala/monocle/std/SortedMapSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package monocle.std
import monocle.MonocleSuite
import monocle.law.discipline.function._
import scala.collection.immutable.SortedMap
import cats.kernel.instances.sortedMap._

class SortedMapSpec extends MonocleSuite {
checkAll("at SortedMap", AtTests[SortedMap[Int, String], Int, Option[String]])
Expand Down

0 comments on commit 82733e5

Please sign in to comment.