Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-03-16 11:50:58 +01:00
parent 25e53d12f7
commit 1f8c4e28f0
@@ -246,7 +246,7 @@ describe('ZipArchiveResponse', () => {
const filesPromise = res.files();
await expect(filesPromise).rejects.toThrow(
'invalid comment length. expected: 55. found: 0',
/Invalid comment length. Expected: 55. Found: 0/,
);
});