Update test with new error message

This commit is contained in:
Matthieu Gautier 2024-06-28 10:56:22 +02:00 committed by Kelson
parent 1188219fcb
commit b9cf818cce

View File

@ -236,7 +236,7 @@ public class test {
TestArchive archive1 = new TestArchive(zimFile);
fail("ERROR: Archive created with invalid ZIM file!");
} catch (Exception e) {
assertEquals("Error opening as a split file: " + zimFile, e.getMessage());
assertEquals("Error opening ZIM file: " + zimFile, e.getMessage());
}
}