Skip to content

Commit

Permalink
test: replace useCookies with parseCookies in test (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
ytjmt authored Feb 6, 2023
1 parent fbeabd0 commit 9db177f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cookie.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe("", () => {
request = supertest(toNodeListener(app));
});

describe("useCookies", () => {
describe("parseCookies", () => {
it("can parse cookies", async () => {
app.use(
"/",
Expand Down

0 comments on commit 9db177f

Please sign in to comment.