mirror of
https://github.com/codecov/codecov-action.git
synced 2026-05-13 19:36:58 +00:00
tab
This commit is contained in:
@@ -34,6 +34,6 @@ test('invalid script version', async () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test('invalid public checksum file', async () => {
|
test('invalid public checksum file', async () => {
|
||||||
const checksum = await retrieveChecksum('foo', 'bar');
|
const checksum = await retrieveChecksum('foo', 'bar');
|
||||||
expect(checksum).toBeFalsy();
|
expect(checksum).toBeFalsy();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user