mirror of
https://github.com/actions/setup-go.git
synced 2025-06-29 12:43:45 +00:00
resolving comments
This commit is contained in:
parent
1b3105fea3
commit
df1bbd3ffb
4 changed files with 4 additions and 4 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue