Skip to content

Commit

Permalink
test: fixup asserted message
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Apr 12, 2023
1 parent 1def92a commit 3cc7d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jws/general.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ test('General JWS signing validations', async (t) => {
)

await t.throwsAsync(sig.sign(), {
message: 'inconsistent use of JWS Unencoded Payload Option (RFC7797)',
message: 'inconsistent use of JWS Unencoded Payload (RFC7797)',
code: 'ERR_JWS_INVALID',
})
})
Expand Down

0 comments on commit 3cc7d3d

Please sign in to comment.