Skip to content

Commit

Permalink
Fix failing unit test from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Nov 29, 2023
1 parent 357aa08 commit 0a48fa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ class CompletionSuite extends BaseCompletionSuite:
| val x = Bar[M](new Foo[Int]{})
| x.bar.m@@
|""".stripMargin,
"""|map[B](f: A => B): Foo[B]
"""|map[B](f: Int => B): Foo[B]
|""".stripMargin,
topLines = Some(1)
)
Expand Down

0 comments on commit 0a48fa0

Please sign in to comment.