mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 12:21:38 +00:00
tab
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user