mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Dead code.
This commit is contained in:
parent
1a329dbd52
commit
52cb935c72
1 changed files with 1 additions and 4 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue