Skip to content

Commit

Permalink
fixup! update test
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jan 16, 2022
1 parent 65bd381 commit 9fa44e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ test('test backtick strings in commit messages', (t) => {
test('test markdown punctuation chars in commit message and author name', (t) => {
t.equal(
exec('--start-ref=cf7051da43 --end-ref=cf7051da43 --filter-release --commit-url=https://yeehaw.com/{ref}/{ref}/{ghUser}/{ghRepo}/'),
`* \\[[\`cf7051da43\`](https://yeehaw.com/cf7051da43/cf7051da43/nodejs/changelog-maker/)] - **group\_with\_underscore**: commit message (Author\_name\_with\_underscore)
`* \\[[\`cf7051da43\`](https://yeehaw.com/cf7051da43/cf7051da43/nodejs/changelog-maker/)] - **group\\_with\\_underscore**: commit message (Author\\_name\\_with\\_underscore)
`)
t.end()
})

0 comments on commit 9fa44e2

Please sign in to comment.