mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 21:17:24 +00:00
tab
This commit is contained in:
parent
444b352d52
commit
5e8c27dd4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue