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

Dead code.

This commit is contained in:
Cedric Beust 2015-10-14 20:45:50 -07:00
parent 1a329dbd52
commit 52cb935c72

View file

@ -12,10 +12,7 @@ import javax.inject.Inject
@org.testng.annotations.Guice(modules = arrayOf(TestModule::class)) @org.testng.annotations.Guice(modules = arrayOf(TestModule::class))
public class RemoteRepoTest @Inject constructor(val repoFinder: RepoFinder, public class RemoteRepoTest @Inject constructor(val repoFinder: RepoFinder,
@DependencyExecutor val executor: ExecutorService, @DependencyExecutor val executor: ExecutorService, val args: Args){
val args: Args){
val INJECTOR = Guice.createInjector(MainModule(args))
@Test @Test
public fun mavenMetadata() { public fun mavenMetadata() {