Skip to content

Commit

Permalink
typelevel#804 - rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-twiner committed Mar 20, 2024
1 parent c792c05 commit f0d5f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dataset/src/test/scala/frameless/EncoderTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class EncoderTests extends TypedDatasetSuite with Matchers {
// only needed for 2.12
implicit val ordering = new Ordering[X1[Int]] {
val intordering = implicitly[Ordering[Int]]

override def compare(x: X1[Int], y: X1[Int]): Int =
intordering.compare(x.a, y.a)
}
Expand Down

0 comments on commit f0d5f16

Please sign in to comment.