Skip to content

Commit e960bab

Browse files
committed
spelling: macos
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 146c7bf commit e960bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/setup-go.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ describe('setup-go', () => {
146146
expect(main.parseGoVersion(goVersionOutput)).toBe('1.16.6');
147147
});
148148

149-
it('can find 1.9.7 from manifest on osx', async () => {
149+
it('can find 1.9.7 from manifest on macOS', async () => {
150150
os.platform = 'darwin';
151151
os.arch = 'x64';
152152

0 commit comments

Comments
 (0)