Skip to content

Commit 700016e

Browse files
Backport "bugfix: Fix coursier completions tests for the presentation compiler" to LTS (#20695)
Backports #18662 to the LTS branch. PR submitted by the release tooling. [skip ci]
2 parents a5a38f0 + e3b7029 commit 700016e

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

Lines changed: 2 additions & 4 deletions
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)