Skip to content

Commit

Permalink
Temporary fix to CompletionScalaCliSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaremmal committed Sep 7, 2024
1 parent 67cd3eb commit c361d7e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,19 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:

@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
@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 c361d7e

Please sign in to comment.