Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored Feb 29, 2024
1 parent 02d8038 commit 372e0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cookie/validate-cookie-value.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('validateCookieValue', () => {
throws(() => validateCookieValue('"'), new Error('Invalid cookie value'))
})

test('should throw for " character', () => {
test('should throw for , character', () => {
throws(() => validateCookieValue(','), new Error('Invalid cookie value'))
})

Expand Down

0 comments on commit 372e0b2

Please sign in to comment.