Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertus82 committed May 19, 2024
1 parent 53a7351 commit 8592ef2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class BuildInfoTest {

private static final Collection<String> expectedPropertyNames = Arrays.asList("project.artifactId", "project.version", "version.timestamp");
private static final Collection<String> expectedPropertyNames = Arrays.asList("project.artifactId", "project.name", "project.version", "version.timestamp");

@Test
void testApi() {
Expand Down

0 comments on commit 8592ef2

Please sign in to comment.