Fix typo in annotation name.
^KT-45745 In Progress
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ import org.junit.jupiter.api.DisplayName
|
||||
import org.junit.jupiter.api.Test
|
||||
import java.io.File
|
||||
|
||||
@SimpleGradlePluginPTests
|
||||
@SimpleGradlePluginTests
|
||||
@DisplayName("Kotlin Java Toolchain support")
|
||||
class KotlinJavaToolchainTest : KGPBaseTest() {
|
||||
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ import org.gradle.util.GradleVersion
|
||||
import org.jetbrains.kotlin.gradle.testbase.*
|
||||
import org.junit.jupiter.api.DisplayName
|
||||
|
||||
@SimpleGradlePluginPTests
|
||||
@SimpleGradlePluginTests
|
||||
@DisplayName("KGP simple tests")
|
||||
class SimpleKotlinGradleIT : KGPBaseTest() {
|
||||
|
||||
|
||||
+1
-1
@@ -13,4 +13,4 @@ import org.junit.jupiter.api.Tag
|
||||
@Target(AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.FUNCTION)
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
@Tag("SimpleKGP")
|
||||
annotation class SimpleGradlePluginPTests
|
||||
annotation class SimpleGradlePluginTests
|
||||
|
||||
Reference in New Issue
Block a user