You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-21 23:00:50 +03:00
Upgrade chrono and replace deprecated methods usage
This commit is contained in:
@@ -608,7 +608,7 @@ mod tests {
|
||||
|
||||
// We're moving the clock forward by 1 minute between each session to ensure
|
||||
// we're getting consistent ordering in lists.
|
||||
clock.advance(Duration::minutes(1));
|
||||
clock.advance(Duration::try_minutes(1).unwrap());
|
||||
|
||||
let oauth_session = repo
|
||||
.oauth2_session()
|
||||
|
||||
Reference in New Issue
Block a user