Skip to content

Commit

Permalink
Fix test on Scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge authored and tgodzik committed Jan 28, 2023
1 parent 525c017 commit caa6c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit-js/src/test/scala/tests/js/JsSuite.scala
Expand Up @@ -298,7 +298,7 @@ class JsSuite extends BaseMarkdownSuite {
"""
|error:
|no-dom.md:3 (mdoc generated code)
| value scalajs is not a member of org
| value dom is not a member of org.scalajs
|def run0(node: _root_.org.scalajs.dom.html.Element): Unit = {
""".stripMargin
)
Expand Down

0 comments on commit caa6c63

Please sign in to comment.