mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -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
|
@Test
|
||||||
fun allDepends() {
|
fun allDepends() {
|
||||||
val runTasks = runTasks(listOf("assemble"),
|
val runTasks = runTasks(listOf("uploadGithub"),
|
||||||
dependsOn = TreeMultimap.create<String, String>().apply {
|
dependsOn = TreeMultimap.create<String, String>().apply {
|
||||||
put("uploadGithub", "assemble")
|
put("uploadGithub", "assemble")
|
||||||
put("uploadBintray", "assemble")
|
put("uploadBintray", "assemble")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue