mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Test fix.
This commit is contained in:
parent
d139fcf17b
commit
08bb03889d
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ public class DownloadTest @Inject constructor(
|
|||
val url = repoResult.hostConfig.url + jarFile
|
||||
|
||||
val metadataXmlPath = dep.toMetadataXmlPath(false, false, "0.1-SNAPSHOT")
|
||||
.replace("\\", "/")
|
||||
|
||||
Assert.assertEquals(metadataXmlPath, "org/jetbrains/spek/spek/0.1-SNAPSHOT/maven-metadata.xml")
|
||||
Assert.assertTrue(Kurl(HostConfig(url)).exists, "Should exist: $url")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue