Skip to content

Commit a12fcfc

Browse files
committed
bugfix: Fix coursier completions tests for the presentation compiler
[Cherry-picked 3a545dd][modified]
1 parent 64352ef commit a12fcfc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
1212
|package A
1313
|""".stripMargin,
1414
"""|io.circe
15-
|io.circul
16-
|""".stripMargin
15+
|io.circul""".stripMargin
1716
)
1817

1918
@Test def `multiple-deps` =
@@ -131,8 +130,7 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
131130
|package A
132131
|""".stripMargin,
133132
"""|io.circe
134-
|io.circul
135-
|""".stripMargin
133+
|io.circul""".stripMargin
136134
)
137135

138136
@Test def `multiple-deps2` =

0 commit comments

Comments
 (0)