Skip to content

Commit

Permalink
chore: revert test change
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Jan 27, 2024
1 parent 05fd2bf commit c0080ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/issues.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test('issues() should check for code-of-conduct and return instructions', async

await issues(octokit, issueOpened, core)
expect(octokit.rest.issues.createComment).toHaveBeenCalledWith({
body: 'Thanks for your proposal!\n\nThis group follows a Code of Conduct. In order to proceed, you need to read and agree to our [Code of Conduct](./blob/main/CODE_OF_CONDUCT.md).',
body: 'Thanks for your proposal!\n\nThis group follows a Code of Conduct. In order to proceed, you need to read and agree to our [Code of Conduct](./blob/main/CODE_OF_CONDUCT.md).\n',
issue_number: 16,
owner: 'gitevents',
repo: 'action'
Expand Down

0 comments on commit c0080ba

Please sign in to comment.