Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Aug 21, 2023
1 parent d9519f9 commit 15dcb62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public void testPackages() throws Exception {

@Test
public void testMetaInf() throws Exception {
assertThatFileList(root.resolve("META-INF")).containsOnly("MANIFEST.MF", "services");
assertThatFileList(root.resolve("META-INF")).containsOnly("MANIFEST.MF", "services", "versions");
}

@Test
Expand Down

0 comments on commit 15dcb62

Please sign in to comment.