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

Revert "Fix dependencies."

This reverts commit cf0620d973.
This commit is contained in:
Cedric Beust 2016-08-10 22:41:40 -08:00
parent 14787343b7
commit 4652983a82
2 changed files with 30 additions and 30 deletions

View file

@ -128,7 +128,7 @@ class TaskManagerTest : BaseTest() {
runAfter = TreeMultimap.create<String, String>().apply {
put("compile", "example")
}).let { runTasks ->
assertThat(runTasks).isEqualTo(listOf("clean", "example", "compile"))
assertThat(runTasks).isEqualTo(listOf("clean", "compile"))
}
runTasks(listOf("compile"),