Skip to content

Commit

Permalink
chore: Update test to a more stable repository
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed May 2, 2023
1 parent 437c6a3 commit 2228108
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/unit/src/test/scala/tests/imports/DependencySuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ class DependencySuite extends BaseMarkdownSuite {
"repo".tag(OnlyScala213),
"""
|```scala mdoc
|import $repo.`https://conjars.org/repo/`
|import $dep.`org.conjars.cilquirm:cascading-hbase:1.2.10`
|cascading.hbase.HBaseTap.SCHEME
|import $repo.`https://oss.sonatype.org/content/repositories/snapshots`
|import $dep.`org.scalameta:metals_2.13:0.11.10+1-4aa438b0-SNAPSHOT`
|scala.meta.internal.metals.ScalaVersions.isScala3Milestone("3.0.0")
|```
| """.stripMargin,
"""|```scala
|import $repo.`https://conjars.org/repo/`
|import $dep.`org.conjars.cilquirm:cascading-hbase:1.2.10`
|cascading.hbase.HBaseTap.SCHEME
|// res0: String = "hbase"
|import $repo.`https://oss.sonatype.org/content/repositories/snapshots`
|import $dep.`org.scalameta:metals_2.13:0.11.10+1-4aa438b0-SNAPSHOT`
|scala.meta.internal.metals.ScalaVersions.isScala3Milestone("3.0.0")
|// res0: Boolean = false
|```
|""".stripMargin
)
Expand Down

0 comments on commit 2228108

Please sign in to comment.