diff --git a/__tests__/setup-go.test.ts b/__tests__/setup-go.test.ts index dea9573..3c0af11 100644 --- a/__tests__/setup-go.test.ts +++ b/__tests__/setup-go.test.ts @@ -146,7 +146,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';