Skip to content

Commit 5e8c27d

Browse files
committed
tab
1 parent 444b352 commit 5e8c27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validate.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ test('invalid script version', async () => {
3434
});
3535

3636
test('invalid public checksum file', async () => {
37-
const checksum = await retrieveChecksum('foo', 'bar');
37+
const checksum = await retrieveChecksum('foo', 'bar');
3838
expect(checksum).toBeFalsy();
3939
});

0 commit comments

Comments
 (0)