You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: git-changelist-maven-extension/src/main/java/io/jenkins/tools/incrementals/git_changelist_maven_extension/Main.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ public void afterSessionStart(MavenSession session) throws MavenExecutionExcepti
Copy file name to clipboardExpand all lines: git-changelist-maven-extension/src/test/java/io/jenkins/tools/incrementals/git_changelist_maven_extension/MainTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ public class MainTest {
56
56
@TestpublicvoidalphaBetaTrailing() {
57
57
Stringhash = "852b473a2bcb";
58
58
Stringsanitized = Main.sanitize(hash);
59
-
assertThat(hash + " has been sanitized to the expected format", sanitized, is("852b_473a_2b_cb"));
59
+
assertThat(hash + " has been sanitized to the expected format", sanitized, is("852b_473a_2b_cb_"));
0 commit comments