Skip to content

Commit 1ecce36

Browse files
author
stephane
committed
refacto
1 parent 81d45ef commit 1ecce36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/jenkins/plugins/conventionalcommits/utils/GradleProjectTypeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public void shouldCheckGradleProjectKo() throws Exception {
7474
}
7575

7676
@Test
77-
public void getCurrentVersion() throws Exception {
77+
public void shouldGetCurrentVersion() throws Exception {
7878
// Given a gradle project in 1.0.0 version
7979
File gradleDir = rootFolder.newFolder("SampleGradleProject");
8080
createBuildGradleFiles(gradleDir, buildGradleWithVersionContent);

0 commit comments

Comments
 (0)