Skip to content

Commit f1ab294

Browse files
authored
Rename integrationTest to documentTest (#1329)
1 parent 2c0d047 commit f1ab294

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ testing.suites {
7373
implementation(libs.xmlunit)
7474
}
7575
}
76-
register<JvmTestSuite>("integrationTest") {
76+
register<JvmTestSuite>("documentTest") {
7777
targets.configureEach {
7878
testTask {
7979
val docsDir = file("docs")
@@ -136,7 +136,7 @@ kotlin.target.compilations {
136136
gradlePlugin {
137137
testSourceSets(
138138
sourceSets["functionalTest"],
139-
sourceSets["integrationTest"],
139+
sourceSets["documentTest"],
140140
)
141141
}
142142

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)