mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
parent
14787343b7
commit
4652983a82
2 changed files with 30 additions and 30 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue