Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 53df5b3

Browse files
committed
Fix typo in test case for handling splitted cookies from native headers
1 parent 5cb0d73 commit 53df5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/authjs-nuxt/test/auth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe("all", () => {
3535
expect(cookies["next-auth.hi"]).toBe("there")
3636
})
3737

38-
it("can handled splitted cookies from native headers", () => {
38+
it("can handle splitted cookies from native headers", () => {
3939
const headers = new Headers()
4040
headers.append("set-cookie", "next-auth.greet.0=hello")
4141
headers.append("set-cookie", "next-auth.greet.1=world")

0 commit comments

Comments
 (0)