mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
Fix test.
This commit is contained in:
parent
40ab79456b
commit
7e6c68c689
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class DownloadTest @Inject constructor(
|
|||
// since snapshots are not allowed to be returned when looking up a versionless id)
|
||||
val id = "com.squareup.moshi:moshi:1.1.0"
|
||||
val artifact = resolver.resolveToArtifact(id)
|
||||
assertThat(artifact.version).isEqualTo("1.1.0")
|
||||
assertThat(artifact.version.toString()).isEqualTo("1.1.0")
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue