mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Fix tests.
This commit is contained in:
parent
a1bea1124d
commit
93408cda52
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import org.testng.annotations.Test
|
||||||
|
|
||||||
@Guice(modules = arrayOf(TestModule::class))
|
@Guice(modules = arrayOf(TestModule::class))
|
||||||
class DependencyManagerTest @Inject constructor(val dependencyManager: DependencyManager,
|
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) {
|
private fun assertContains(dependencies: List<IClasspathDependency>, vararg ids: String) {
|
||||||
ids.forEach { id ->
|
ids.forEach { id ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue