mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Fix tests.
This commit is contained in:
parent
4db516a3fb
commit
a38889e94f
7 changed files with 22 additions and 14 deletions
|
@ -13,7 +13,7 @@ class IncrementalManagerTest {
|
|||
fun shouldSave() {
|
||||
val file = File.createTempFile("kobalt-", "")
|
||||
println("File: $file")
|
||||
val im = IncrementalManager(Args())//, file.absolutePath)
|
||||
val im = IncrementalManager(Args(), file.absolutePath)
|
||||
val v = im.inputChecksumFor(TASK)
|
||||
Assert.assertNull(v)
|
||||
im.saveInputChecksum(TASK, "44")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue