From ce670c49efb3ae8eb5d213555af83724817a78e7 Mon Sep 17 00:00:00 2001 From: nicob-29 <56296287+nicob-29@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:32:26 +0100 Subject: [PATCH] Update test/cookie.test.js Co-authored-by: Aras Abbasi --- test/cookie.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cookie.test.js b/test/cookie.test.js index 804d253..eb7b565 100644 --- a/test/cookie.test.js +++ b/test/cookie.test.js @@ -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)