We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a109682 commit eb26618Copy full SHA for eb26618
src/test/java/de/sfuhrm/maven/assemblyplugin/AbstractMessageDigestTest.java
@@ -41,7 +41,7 @@ public void getVirtualFilesWithDifferentChecksum() {
41
}
42
43
@Test
44
- public void finalizeArchiveCreationWithNoFiles(@Mocked Archiver archiver) throws IOException {
+ public void finalizeArchiveCreationWithNoFiles(@Mocked Archiver archiver) {
45
List<ArchiveEntry> archiveEntries = Collections.emptyList();
46
47
new Expectations() {{
0 commit comments