Converting to md5

This commit is contained in:
Louis van Liefland
2024-10-26 22:01:30 +11:00
parent de6fd8214f
commit ae978bc0a0
3 changed files with 4 additions and 4 deletions

View File

@ -39,6 +39,7 @@ test("numerous small file", async (t) => {
];
for (let index in checksums) {
const entry = manifest[index.toString()];
console.log(`Entry: ${entry}`);
if (!entry) return t.fail(`manifest missing file ${index}`);
const checksum = entry.checksums[0];