Skip to content

Commit 36c28fa

Browse files
committed
Test fix.
1 parent bf53967 commit 36c28fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/com/beust/kobalt/TestModule.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import java.io.File
99

1010
class TestLocalRepo: LocalRepo(localRepo = SystemProperties.homeDir + File.separatorChar + ".kobalt-test")
1111

12-
public class TestModule @Inject constructor(args: Args) : MainModule(args) {
12+
public class TestModule : MainModule(Args()) {
1313
override fun configureTest() {
1414
bind(LocalRepo::class.java).to(TestLocalRepo::class.java).`in`(Scopes.SINGLETON)
1515
}

0 commit comments

Comments
 (0)