mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
RemoteRepoTest.
This commit is contained in:
parent
5dd6a606bc
commit
0aaa49f25b
1 changed files with 6 additions and 6 deletions
|
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue