Skip to content

Commit

Permalink
Update test/cookie.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
  • Loading branch information
nicob-29 and Uzlopak authored Dec 5, 2023
1 parent 4419d40 commit ce670c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cookie.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ test('Cookie', t => {
t.equal('path' in json, true)
t.equal('httpOnly' in json, true)
t.equal('domain' in json, true)
t.equal('partitioned' in cookie, true)
t.equal('partitioned' in json, true)

t.equal('_expires' in json, false)
t.equal('maxAge' in json, false)
Expand Down

0 comments on commit ce670c4

Please sign in to comment.