1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -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))
public class RemoteRepoTest @Inject constructor(val repoFinder: RepoFinder,
@DependencyExecutor val executor: ExecutorService,
val args: Args){
val INJECTOR = Guice.createInjector(MainModule(args))
@DependencyExecutor val executor: ExecutorService, val args: Args){
@Test
public fun mavenMetadata() {