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 1188219 commit b9cf818Copy full SHA for b9cf818
1 file changed
lib/src/test/test.java
@@ -236,7 +236,7 @@ public void testNonExistant() {
236
TestArchive archive1 = new TestArchive(zimFile);
237
fail("ERROR: Archive created with invalid ZIM file!");
238
} catch (Exception e) {
239
- assertEquals("Error opening as a split file: " + zimFile, e.getMessage());
+ assertEquals("Error opening ZIM file: " + zimFile, e.getMessage());
240
}
241
242
0 commit comments