mirror of
https://github.com/actions/setup-go.git
synced 2025-07-17 12:35:14 -06:00
Successfully set up
This commit is contained in:
parent
65771601ff
commit
04e0d05dbf
3 changed files with 3 additions and 3 deletions
|
@ -679,7 +679,7 @@ describe('setup-go', () => {
|
|||
expect(logSpy).toHaveBeenCalledWith('Adding to the cache ...');
|
||||
expect(logSpy).toHaveBeenCalledWith('Added go to the path');
|
||||
expect(logSpy).toHaveBeenCalledWith(
|
||||
`Successfully setup go version ${versionSpec}`
|
||||
`Successfully set up Go version ${versionSpec}`
|
||||
);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue