Skip to content

Commit

Permalink
chore: Adjust tests to new error message
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Dec 27, 2024
1 parent fc4d570 commit 18264b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/src/test/scala/tests/markdown/ErrorSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class ErrorSuite extends BaseMarkdownSuite {
|```
""".stripMargin,
"""|error: not-member-scala3.md:3:1:
|value len is not a member of List[Int] - did you mean List[Int].min?
|value len is not a member of List[Int]
|List(1).len
|^^^^^^^^^^^
""".stripMargin
Expand Down

0 comments on commit 18264b9

Please sign in to comment.