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
dwijnand authored Oct 6, 2023
2 parents 32222ad + 3a545dd commit b1ccc6a
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 b1ccc6a

Please sign in to comment.