Fixed testNonExistant test.

This commit is contained in:
MohitMaliFtechiz 2024-04-20 17:35:53 +05:30
parent e867bdbf30
commit 3eabde7434

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 2 opening file \"" + zimFile, e.getMessage());
assertEquals("error 2 opening file \"" + zimFile + "\"", e.getMessage());
}
}