Skip to content

Commit a9b3c7b

Browse files
committed
clean up
1 parent 70c58a9 commit a9b3c7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/testInt/groovy/io/openapiprocessor/gradle/GroovyDslSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class GroovyDslSpec extends PluginSpec {
4949
}
5050

5151
@Unroll
52-
void "test groovy (method) dsl with with gradle 7+ (#gradleVersion)" () {
52+
void "test groovy (method) dsl with with gradle #gradleVersion" () {
5353
when:
5454
def result = build(gradleVersion)
5555

src/testInt/groovy/io/openapiprocessor/gradle/KotlinDslSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class KotlinDslSpec extends PluginSpec {
4949
}
5050

5151
@Unroll
52-
void "test kotlin dsl with with gradle 7+ -> #gradleVersion" () {
52+
void "test kotlin dsl with with gradle #gradleVersion" () {
5353
when:
5454
def result = build(gradleVersion)
5555

0 commit comments

Comments
 (0)