Apply internal discussion agreements

This commit is contained in:
panticmilos 2022-11-25 10:50:21 +01:00
parent 17fabf6bf1
commit f1f69d49da
5 changed files with 6 additions and 15 deletions

View file

@ -722,7 +722,7 @@ describe('setup-go', () => {
expect(logSpy).toHaveBeenCalledWith('Adding to the cache ...');
expect(logSpy).toHaveBeenCalledWith('Added go to the path');
expect(logSpy).toHaveBeenCalledWith(
`Successfully set up Go version ${patchVersion}`
`Successfully set up Go version ${versionSpec}`
);
});