Skip to content

Commit

Permalink
bugfix: Fix scala cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Sep 10, 2024
1 parent 362fce5 commit f699b87
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@ class CompletionScalaCliSuite extends BaseCompletionSuite {

check(
"version",
"""|//> 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
checkEdit(
"version-edit",
"""|//> 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 f699b87

Please sign in to comment.