From fa5a0ad17554be7623ef9a12748e16c8ee5874be Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Tue, 13 Jun 2023 15:54:53 +0200 Subject: [PATCH] Remove import suggestions from assertions --- .../src/test/scala/munit/TypeCheckSuite.scala | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/tests/shared/src/test/scala/munit/TypeCheckSuite.scala b/tests/shared/src/test/scala/munit/TypeCheckSuite.scala index 3b92ca84..fd68bad2 100644 --- a/tests/shared/src/test/scala/munit/TypeCheckSuite.scala +++ b/tests/shared/src/test/scala/munit/TypeCheckSuite.scala @@ -36,13 +36,7 @@ class TypeCheckSuite extends FunSuite { | ^ |""".stripMargin, "3" -> - """|error: - |value foobar is not a member of String, but could be made available as an extension method. - | - |The following import might make progress towards fixing the problem: - | - | import munit.Clue.generate - | + """|error: value foobar is not a member of String |msg.foobar | ^ |""".stripMargin @@ -81,11 +75,6 @@ class TypeCheckSuite extends FunSuite { """|error: |Found: (TypeCheckSuite.this.msg : String) |Required: Int - | - |The following import might make progress towards fixing the problem: - | - | import munit.Clue.generate - | |val n: Int = msg | ^ |""".stripMargin