1
0
mirror of https://github.com/actix/examples synced 2025-06-28 18:00:37 +02:00
This commit is contained in:
Rob Ede
2022-02-02 15:50:58 +00:00
parent 7ed15d05fe
commit ae9a9a0382
2 changed files with 144 additions and 28 deletions

View File

@ -305,7 +305,8 @@ mod test {
let now = time::OffsetDateTime::now_utc();
assert_ne!(
now.year(), cookie_4.expires().unwrap().datetime().unwrap().year()
now.year(),
cookie_4.expires().unwrap().datetime().unwrap().year()
);
// Step 10: GET index, including session cookie #2 in request