Skip to content

Commit

Permalink
Fix typo for not.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Neal committed Dec 12, 2023
1 parent 82aea7a commit 375a0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -470,7 +470,7 @@ describe('new Cookies(req, res, [options])', function () {
})

describe('"partitioned" option', function () {
it("should note be set by default", function (done) {
it("should not be set by default", function (done) {
request(createServer(setCookieHandler("foo", "bar")))
.get("/")
.expect(200)
Expand Down

0 comments on commit 375a0e7

Please sign in to comment.