mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Fix the test.
This commit is contained in:
parent
0b09f5f1e8
commit
1e932d2f38
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ class TaskManagerTest @Inject constructor(val taskManager: TaskManager) {
|
|||
|
||||
@Test
|
||||
fun allDepends() {
|
||||
val runTasks = runTasks(listOf("assemble"),
|
||||
val runTasks = runTasks(listOf("uploadGithub"),
|
||||
dependsOn = TreeMultimap.create<String, String>().apply {
|
||||
put("uploadGithub", "assemble")
|
||||
put("uploadBintray", "assemble")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue