Skip to content

Commit a39bbe4

Browse files
committed
make tests pass with io.github.git-commit-id:git-commit-id-plugin-core:6.0.0
1 parent 7235678 commit a39bbe4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/pl/project13/maven/git/GitCommitIdMojoIntegrationTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,8 @@ public void shouldSkipWithoutFailOnNoGitDirectoryWhenNoGitRepoFound(boolean useN
599599

600600
// then
601601
assertThat(targetProject.getProperties().keySet()).containsOnly(
602-
"git.build.time", "git.build.version", "git.build.host");
602+
"git.build.time", "git.build.version", "git.build.host",
603+
"git.build.number.unique", "git.build.number");
603604
}
604605

605606
@ParameterizedTest

0 commit comments

Comments
 (0)