From 54def7afd791ce01aa292da2d11c71d543af674d Mon Sep 17 00:00:00 2001 From: Will Schurman Date: Mon, 21 Oct 2024 16:37:31 -0700 Subject: [PATCH] test change --- __tests__/main.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') })