diff --git a/__tests__/main.test.ts b/__tests__/main.test.ts index a71036f..b1c91f0 100644 --- a/__tests__/main.test.ts +++ b/__tests__/main.test.ts @@ -65,7 +65,7 @@ describe('run', () => { }) describe('when an error is thrown', () => { - it('sets the action status to failed', async () => { + it('sets the action st atus to failed', async () => { jest.mocked(core).getInput.mockImplementation(input => { throw new Error('getInput error') })