Skip to content

Commit

Permalink
Backport "Temporary fix to CompletionScalaCliSuite" to LTS (#22117)
Browse files Browse the repository at this point in the history
Backports #21564 to the 3.3.5.

PR submitted by the release tooling.
[skip ci]
  • Loading branch information
WojciechMazur authored Dec 4, 2024
2 parents ee59f07 + 2c2c92b commit a2656e7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,20 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
@Ignore
@Test def `version` =
check(
"""|//> using lib "io.circe::circe-core_sjs1:0.14.1@@"
"""|//> using lib "io.circe::circe-core_sjs1:0.14.10@@"
|package A
|""".stripMargin,
"0.14.1"
"0.14.10"
)

// We don't to add `::` before version if `sjs1` is specified
@Ignore
@Test def `version-edit` =
checkEdit(
"""|//> using lib "io.circe::circe-core_sjs1:0.14.1@@"
"""|//> using lib "io.circe::circe-core_sjs1:0.14.10@@"
|package A
|""".stripMargin,
"""|//> using lib "io.circe::circe-core_sjs1:0.14.1"
"""|//> using lib "io.circe::circe-core_sjs1:0.14.10"
|package A
|""".stripMargin,
)
Expand Down

0 comments on commit a2656e7

Please sign in to comment.