Skip to content

Commit

Permalink
Merge pull request #1249 from ceedubs/order-bigint-laws
Browse files Browse the repository at this point in the history
Check Order laws for BigInt
  • Loading branch information
ceedubs authored Aug 3, 2016
2 parents 2dbfc01 + d675877 commit a5b156f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel-laws/src/test/scala/cats/kernel/laws/LawTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class LawTests extends FunSuite with Discipline {
laws[OrderLaws, Char].check(_.order)
laws[OrderLaws, Int].check(_.order)
laws[OrderLaws, Long].check(_.order)
laws[OrderLaws, BigInt].check(_.order)
laws[OrderLaws, List[Int]].check(_.order)
laws[OrderLaws, Option[String]].check(_.order)
laws[OrderLaws, List[String]].check(_.order)
Expand Down

0 comments on commit a5b156f

Please sign in to comment.