mirror of
https://github.com/actix/examples
synced 2025-06-28 18:00:37 +02:00
fmt
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user