Skip to content

Commit

Permalink
Remove import suggestions from assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Jun 14, 2023
1 parent 854b849 commit fa5a0ad
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions tests/shared/src/test/scala/munit/TypeCheckSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fa5a0ad

Please sign in to comment.