We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d45ef commit 1ecce36Copy full SHA for 1ecce36
src/test/java/io/jenkins/plugins/conventionalcommits/utils/GradleProjectTypeTest.java
@@ -74,7 +74,7 @@ public void shouldCheckGradleProjectKo() throws Exception {
74
}
75
76
@Test
77
- public void getCurrentVersion() throws Exception {
+ public void shouldGetCurrentVersion() throws Exception {
78
// Given a gradle project in 1.0.0 version
79
File gradleDir = rootFolder.newFolder("SampleGradleProject");
80
createBuildGradleFiles(gradleDir, buildGradleWithVersionContent);
0 commit comments