Skip to content

Commit 73a521e

Browse files
committed
adjust test output for Scala 2.13.16
1 parent 140bf03 commit 73a521e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/shared/src/test/scala/shapeless/typeoperators.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class TypeOperatorTests {
137137

138138
@Test
139139
def testTheErrors: Unit = {
140-
illTyped("the.`Ordering[Set[Int]]`.Ops", "No implicit Ordering defined for Set\\[Int].")
140+
illTyped("the.`Ordering[Set[Int]]`.Ops", "could not find implicit value for parameter t: Ordering\\[Set\\[Int]]")
141141
}
142142

143143
@Test

0 commit comments

Comments
 (0)