mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-12 22:17:24 +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).toHaveBeenCalledTimes(2);
|
||||||
expect(coreInfoSpy).toHaveBeenCalledWith('==> Running version unsupported');
|
expect(coreInfoSpy).toHaveBeenCalledWith('==> Running version unsupported');
|
||||||
expect(coreInfoSpy).toHaveBeenCalledWith(
|
expect(coreInfoSpy).toHaveBeenCalledWith(expect.stringContaining('Could not pull latest version information'));
|
||||||
'Could not pull latest version information: SyntaxError: Unexpected token M in JSON at position 0',
|
|
||||||
);
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue