Skip to content

Commit

Permalink
bugfix: Fix coursier completions tests for the presentation compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Oct 6, 2023
1 parent 38ee06e commit 3a545dd
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
"""|//> using lib "io.cir@@
|package A
|""".stripMargin,
"io.circe"
"""|io.circe
|io.circul""".stripMargin
)

@Test def `multiple-deps` =
Expand Down Expand Up @@ -128,7 +129,8 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
"""|//> using dep "io.cir@@
|package A
|""".stripMargin,
"io.circe"
"""|io.circe
|io.circul""".stripMargin
)

@Test def `multiple-deps2` =
Expand Down

0 comments on commit 3a545dd

Please sign in to comment.