This commit is contained in:
Tom Hu
2021-04-15 22:26:06 -04:00
parent 444b352d52
commit 5e8c27dd4d

View File

@@ -34,6 +34,6 @@ test('invalid script version', async () => {
});
test('invalid public checksum file', async () => {
const checksum = await retrieveChecksum('foo', 'bar');
const checksum = await retrieveChecksum('foo', 'bar');
expect(checksum).toBeFalsy();
});