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

Fix dependencies.

This commit is contained in:
Cedric Beust 2016-08-10 22:29:49 -08:00
parent 22315abe08
commit cf0620d973
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", "compile"))
assertThat(runTasks).isEqualTo(listOf("clean", "example", "compile"))
}
runTasks(listOf("compile"),