Skip to content

Commit

Permalink
fix: update the test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Jul 16, 2024
1 parent 20724b9 commit 06b4d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ 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\', "MESSAGE" is not valid JSON',
'Could not pull latest version information: Unexpected token \'M\', "MESSAGE" is not valid JSON',
);
});
});

0 comments on commit 06b4d41

Please sign in to comment.