mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Test fix.
This commit is contained in:
parent
bf539679f9
commit
36c28fad42
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import java.io.File
|
||||||
|
|
||||||
class TestLocalRepo: LocalRepo(localRepo = SystemProperties.homeDir + File.separatorChar + ".kobalt-test")
|
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() {
|
override fun configureTest() {
|
||||||
bind(LocalRepo::class.java).to(TestLocalRepo::class.java).`in`(Scopes.SINGLETON)
|
bind(LocalRepo::class.java).to(TestLocalRepo::class.java).`in`(Scopes.SINGLETON)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue