Skip to content

Commit b9cf818

Browse files
mgautierfrkelson42
authored andcommitted
Update test with new error message
1 parent 1188219 commit b9cf818

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/test/test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public void testNonExistant() {
236236
TestArchive archive1 = new TestArchive(zimFile);
237237
fail("ERROR: Archive created with invalid ZIM file!");
238238
} catch (Exception e) {
239-
assertEquals("Error opening as a split file: " + zimFile, e.getMessage());
239+
assertEquals("Error opening ZIM file: " + zimFile, e.getMessage());
240240
}
241241
}
242242

0 commit comments

Comments
 (0)