mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-13 22:47:25 +00:00
fix: just get the test to pass
This commit is contained in:
parent
06b4d41e38
commit
348ee96311
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: Unexpected token \'M\', "MESSAGE" is not valid JSON',
|
'Could not pull latest version information: SyntaxError: Unexpected token M in JSON at position 0',
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue