Skip to content

Commit

Permalink
tab
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Apr 16, 2021
1 parent 444b352 commit 5e8c27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});

0 comments on commit 5e8c27d

Please sign in to comment.