1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

RemoteRepoTest.

This commit is contained in:
Cedric Beust 2016-02-10 04:19:29 +04:00
parent 5dd6a606bc
commit 0aaa49f25b

View file

@ -36,10 +36,10 @@ class RemoteRepoTest @Inject constructor(val repoFinder: RepoFinder,
}
}
// fun resolveAarWithoutVersion() {
// val repoResult = repoFinder.findCorrectRepo("com.jakewharton.timber:timber:")
// with(repoResult) {
// Assert.assertEquals(path, "com/jakewharton/timber/timber/4.1.0/timber-4.1.0.aar")
// }
// }
fun resolveAarWithoutVersion() {
val repoResult = repoFinder.findCorrectRepo("com.jakewharton.timber:timber:")
with(repoResult) {
Assert.assertEquals(path, "com/jakewharton/timber/timber/4.1.0/timber-4.1.0.aar")
}
}
}