diff --git a/__tests__/setup-go.test.ts b/__tests__/setup-go.test.ts index eca1528..3d59611 100644 --- a/__tests__/setup-go.test.ts +++ b/__tests__/setup-go.test.ts @@ -143,7 +143,7 @@ describe('setup-go', () => { expect(main.parseGoVersion(goVersionOutput)).toBe('1.16.6'); }); - it('can find 1.9.7 from manifest on osx', async () => { + it('can find 1.9.7 from manifest on macOS', async () => { os.platform = 'darwin'; os.arch = 'x64';