Skip to content

Commit

Permalink
Update ArchiveStreamFactoryTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory authored Nov 16, 2024
1 parent ac8c511 commit 1c1782e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public void testDetect() throws Exception {

final ArchiveException e3 = assertThrows(ArchiveException.class, () -> ArchiveStreamFactory.detect(new BufferedInputStream(new BrokenInputStream())),
"Expected ArchiveException");
assertEquals("IOException while reading signature.", e3.getMessage());
assertEquals("Failure reading signature.", e3.getMessage());
}

/**
Expand Down

0 comments on commit 1c1782e

Please sign in to comment.