Skip to content

Commit 0a48fa0

Browse files
committed
Fix failing unit test from CI
1 parent 357aa08 commit 0a48fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentation-compiler/test/dotty/tools/pc/tests/completion/CompletionSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ class CompletionSuite extends BaseCompletionSuite:
11931193
| val x = Bar[M](new Foo[Int]{})
11941194
| x.bar.m@@
11951195
|""".stripMargin,
1196-
"""|map[B](f: A => B): Foo[B]
1196+
"""|map[B](f: Int => B): Foo[B]
11971197
|""".stripMargin,
11981198
topLines = Some(1)
11991199
)

0 commit comments

Comments
 (0)