Skip to content

Commit

Permalink
Fix CompletionScalaCliSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Oct 6, 2023
1 parent b44edb5 commit 6276d6e
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 6276d6e

Please sign in to comment.