resolving comments

This commit is contained in:
Dmitry Shibanov 2022-02-08 16:27:34 +03:00
parent 1b3105fea3
commit df1bbd3ffb
4 changed files with 4 additions and 4 deletions

View file

@ -724,7 +724,7 @@ describe('setup-go', () => {
'Attempt to resolve the latest version from manifest...'
);
expect(logSpy).toHaveBeenCalledWith(
'Unable to resolve version from manifest...'
'Unable to resolve a version from the manifest...'
);
expect(logSpy).toHaveBeenCalledWith(
`Failed to resolve version ${versionSpec} from manifest`