Skip to content

Commit 5a465af

Browse files
authored
Merge pull request #5355 from dotty-staging/fix-lsp-hover2
Fix test failure after #5352
2 parents c859805 + 503e2b0 commit 5a465af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-server/test/dotty/tools/languageserver/HoverTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class HoverTest {
7171
code"""class Foo {
7272
| ${m1}x$m2
7373
|}""".withSource
74-
.hover(m1 to m2, hoverContent("<error not found: x>" ))
74+
.hover(m1 to m2, None)
7575
}
7676

7777
@Test def hoverFun0: Unit = {

0 commit comments

Comments
 (0)