mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
fix: substring
This commit is contained in:
parent
348ee96311
commit
9693ac39cd
1 changed files with 1 additions and 3 deletions
|
|
@ -57,8 +57,6 @@ describe('versionInfo', () => {
|
|||
|
||||
expect(coreInfoSpy).toHaveBeenCalledTimes(2);
|
||||
expect(coreInfoSpy).toHaveBeenCalledWith('==> Running version unsupported');
|
||||
expect(coreInfoSpy).toHaveBeenCalledWith(
|
||||
'Could not pull latest version information: SyntaxError: Unexpected token M in JSON at position 0',
|
||||
);
|
||||
expect(coreInfoSpy).toHaveBeenCalledWith(expect.stringContaining('Could not pull latest version information'));
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue