Skip to content

Commit

Permalink
test change
Browse files Browse the repository at this point in the history
  • Loading branch information
wschurman committed Oct 21, 2024
1 parent 123ca63 commit 54def7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
})
Expand Down

0 comments on commit 54def7a

Please sign in to comment.