Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Sep 28, 2021
1 parent 03c3e72 commit 7c0c95d
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 @@ -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."
)
Expand Down

0 comments on commit 7c0c95d

Please sign in to comment.