mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-15 07:27:24 +00:00
fix: update the test
This commit is contained in:
parent
20724b9767
commit
06b4d41e38
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ describe('versionInfo', () => {
|
||||||
expect(coreInfoSpy).toHaveBeenCalledTimes(2);
|
expect(coreInfoSpy).toHaveBeenCalledTimes(2);
|
||||||
expect(coreInfoSpy).toHaveBeenCalledWith('==> Running version unsupported');
|
expect(coreInfoSpy).toHaveBeenCalledWith('==> Running version unsupported');
|
||||||
expect(coreInfoSpy).toHaveBeenCalledWith(
|
expect(coreInfoSpy).toHaveBeenCalledWith(
|
||||||
'Could not pull latest version information: SyntaxError: Unexpected token \'M\', "MESSAGE" is not valid JSON',
|
'Could not pull latest version information: Unexpected token \'M\', "MESSAGE" is not valid JSON',
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue