Skip to content

Commit

Permalink
fix: tests #48
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCoene committed Mar 30, 2022
1 parent f797af6 commit a5dbe9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-cookie.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test_that("Request cookie", {
resp <- res$send("hello")
expect_equal(
res$headers[["Set-Cookie"]],
"hello=world; Expires=Sat, 01 Jan 2022 01:00:00 GMT; Path=/; Secure; HttpOnly"
"hello=world; Expires=Sat, 01 Jan 2022 00:00:00 GMT; Path=/; Secure; HttpOnly"
)

# expires character
Expand Down

0 comments on commit a5dbe9f

Please sign in to comment.