Skip to content

Commit

Permalink
fix(tests): remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
cmitzel-ncino committed Apr 7, 2023
1 parent 8589bb7 commit 097b726
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/action.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ describe('Commit Linter action', () => {
td.replace(process, 'cwd', () => cwd)

await runAction()

console.log()
td.verify(core.setFailed(contains('wrong message 1')))
td.verify(core.setFailed(contains('wrong message 2')))
})
Expand Down

0 comments on commit 097b726

Please sign in to comment.