diff --git a/__tests__/setup-go.test.ts b/__tests__/setup-go.test.ts index 8cefcce..1c82c9c 100644 --- a/__tests__/setup-go.test.ts +++ b/__tests__/setup-go.test.ts @@ -544,7 +544,7 @@ describe('setup-go', () => { expect(added).toBeFalsy(); }); - it('adds bin if dir not exists', async () => { + it('adds bin if dir does not exist', async () => { whichSpy.mockImplementation(async () => { return '/usr/local/go/bin/go'; });