Skip to content

Commit

Permalink
Backport "bugfix: Fix coursier completions tests for the presentation…
Browse files Browse the repository at this point in the history
… compiler" to LTS (#20695)

Backports #18662 to the LTS branch.

PR submitted by the release tooling.
[skip ci]
  • Loading branch information
WojciechMazur authored Jun 20, 2024
2 parents a5a38f0 + e3b7029 commit 700016e
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
|package A
|""".stripMargin,
"""|io.circe
|io.circul
|""".stripMargin
|io.circul""".stripMargin
)

@Test def `multiple-deps` =
Expand Down Expand Up @@ -131,8 +130,7 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
|package A
|""".stripMargin,
"""|io.circe
|io.circul
|""".stripMargin
|io.circul""".stripMargin
)

@Test def `multiple-deps2` =
Expand Down

0 comments on commit 700016e

Please sign in to comment.