From 5edb52a69b31a21dc9494967dc27744a7c61a5d8 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 23 Feb 2017 19:58:47 -0800 Subject: [PATCH] Import. --- src/test/kotlin/com/beust/kobalt/internal/ExcludeTest.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/kotlin/com/beust/kobalt/internal/ExcludeTest.kt b/src/test/kotlin/com/beust/kobalt/internal/ExcludeTest.kt index 3ba5317a..491f5f73 100644 --- a/src/test/kotlin/com/beust/kobalt/internal/ExcludeTest.kt +++ b/src/test/kotlin/com/beust/kobalt/internal/ExcludeTest.kt @@ -11,6 +11,7 @@ import com.google.inject.Inject import org.assertj.core.api.Assertions.assertThat import org.testng.annotations.DataProvider import org.testng.annotations.Guice +import org.testng.annotations.Test @Guice(modules = arrayOf(TestModule::class)) class ExcludeTest @Inject constructor(compilerFactory: BuildFileCompiler.IFactory, @@ -24,7 +25,7 @@ class ExcludeTest @Inject constructor(compilerFactory: BuildFileCompiler.IFactor arrayOf("p2", EXCLUDED_DEPENDENCY) ) - @Test(dataProvider = "dp") + @Test(dataProvider = "dp") fun excludeShouldWork(projectName: String, excludedDependency: String?) { val projectText = """ dependencies {