Skip to content

Commit

Permalink
Temporary fix to CompletionScalaCliSuite
Browse files Browse the repository at this point in the history
[Cherry-picked c361d7e]
  • Loading branch information
hamzaremmal authored and WojciechMazur committed Dec 3, 2024
1 parent 7215aa6 commit 2c2c92b
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 2c2c92b

Please sign in to comment.