mirror of
https://code.forgejo.org/actions/setup-go
synced 2025-06-10 12:32:23 +02:00
Successfully set up (#231)
This commit is contained in:
parent
56a61c9834
commit
193b404f8a
3 changed files with 3 additions and 3 deletions
|
@ -684,7 +684,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