Skip to content

Commit b1ccc6a

Browse files
authored
bugfix: Fix coursier completions tests for the presentation compiler (#18662)
2 parents 32222ad + 3a545dd commit b1ccc6a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
1111
"""|//> using lib "io.cir@@
1212
|package A
1313
|""".stripMargin,
14-
"io.circe"
14+
"""|io.circe
15+
|io.circul""".stripMargin
1516
)
1617

1718
@Test def `multiple-deps` =
@@ -128,7 +129,8 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
128129
"""|//> using dep "io.cir@@
129130
|package A
130131
|""".stripMargin,
131-
"io.circe"
132+
"""|io.circe
133+
|io.circul""".stripMargin
132134
)
133135

134136
@Test def `multiple-deps2` =

0 commit comments

Comments
 (0)