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

Test fix.

This commit is contained in:
Cedric Beust 2015-10-06 22:20:16 -07:00
parent bf539679f9
commit 36c28fad42

View file

@ -9,7 +9,7 @@ import java.io.File
class TestLocalRepo: LocalRepo(localRepo = SystemProperties.homeDir + File.separatorChar + ".kobalt-test")
public class TestModule @Inject constructor(args: Args) : MainModule(args) {
public class TestModule : MainModule(Args()) {
override fun configureTest() {
bind(LocalRepo::class.java).to(TestLocalRepo::class.java).`in`(Scopes.SINGLETON)
}