diff --git a/src/tokensource/cookies.test.ts b/src/tokensource/cookies.test.ts index 96d80fb..48defc1 100644 --- a/src/tokensource/cookies.test.ts +++ b/src/tokensource/cookies.test.ts @@ -215,7 +215,7 @@ describe("CookieTokenSource", () => { secure: true, sameSite: "none", path: "/refresh", - }) + }); }); it("should set the cookie path in the accessToken as function", () => {