Skip to content

Commit

Permalink
intentionally break unit test to see if github actions updates the ma…
Browse files Browse the repository at this point in the history
…rkdown badge
  • Loading branch information
mreinstein committed Jan 15, 2022
1 parent 3edb206 commit e1d0aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test('handle missing cert_url parameter', function (t) {
}
}
verifier(undefined, signature, JSON.stringify(body), function (er) {
t.equal(er, 'missing certificate url')
t.equal(er, 'Mmissing certificate url')
t.end()
})
})
Expand Down

0 comments on commit e1d0aab

Please sign in to comment.