Skip to content
This repository was archived by the owner on Apr 2, 2021. It is now read-only.

Commit 4055bdc

Browse files
committed
Fix version issue in test
1 parent d4755a0 commit 4055bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functionalTest/groovy/com/devsoap/plugin/tests/GradleVersionTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class GradleVersionTest extends IntegrationTest {
2222

2323
@Parameterized.Parameters(name = "Gradle {0}")
2424
static Collection<String> getGradleVersions() {
25-
[ '5.6.0']
25+
[ '5.6']
2626
}
2727

2828
@Override

0 commit comments

Comments
 (0)