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

Fix tests.

This commit is contained in:
Cedric Beust 2017-04-04 13:53:12 -07:00
parent a1bea1124d
commit 93408cda52

View file

@ -16,7 +16,7 @@ import org.testng.annotations.Test
@Guice(modules = arrayOf(TestModule::class))
class DependencyManagerTest @Inject constructor(val dependencyManager: DependencyManager,
compilerFactory: BuildFileCompiler.IFactory) : BaseTest() {
compilerFactory: BuildFileCompiler.IFactory) : BaseTest(compilerFactory) {
private fun assertContains(dependencies: List<IClasspathDependency>, vararg ids: String) {
ids.forEach { id ->