Skip to content

Commit 15dcb62

Browse files
committed
Fix test
1 parent d9519f9 commit 15dcb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/jarFileTest/java/org/testcontainers/JarFileShadingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public void testPackages() throws Exception {
2020

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

2626
@Test

0 commit comments

Comments
 (0)