diff --git a/__tests__/main.test.ts b/__tests__/main.test.ts index 8e467da..5749e2c 100644 --- a/__tests__/main.test.ts +++ b/__tests__/main.test.ts @@ -68,7 +68,7 @@ describe('run', () => { test('it fails the workflow', async () => { await run(context) - expect(core.setFailed).not.toHaveBeenCalled() + expect(core.setFailed).toHaveBeenCalled() expect(core.info).toHaveBeenCalledWith( "Dependabot Updater Action does not support 'issue_created' events." )