mirror of
https://github.com/actions/setup-go.git
synced 2025-05-04 14:14:34 +00:00
Successfully set up (#231)
This commit is contained in:
@ -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}`
|
||||
);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user