Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
csaba-kovacs committed Feb 13, 2024
1 parent 900494d commit edeb9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/utils.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('Utils', () => {

expect(attachments[0].fields.find(a => a.title === 'Pull Request')).toEqual({
title: 'Pull Request',
value: `<https://github.com/csaba-kovacs/github-action-slack-notify-build/pulls/1 | This is a PR>`,
value: `<https://github.com/voxmedia/github-action-slack-notify-build/pulls/1 | This is a PR>`,
short: true,
});
});
Expand Down

0 comments on commit edeb9b3

Please sign in to comment.