mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
Typo
This commit is contained in:
parent
4aba561c65
commit
7e1c7cc274
1 changed files with 1 additions and 1 deletions
|
@ -483,5 +483,5 @@ class AccountValidityBackgroundJobTestCase(unittest.HomeserverTestCase):
|
|||
|
||||
res = self.get_success(self.store.get_expiration_ts_for_user(user_id))
|
||||
|
||||
self.assertLessEqual(res, now_ms + self.validity_period + self.delta)
|
||||
self.assertLessEqual(res, now_ms + self.validity_period + self.max_delta)
|
||||
self.assertGreaterEqual(res, now_ms + self.validity_period)
|
||||
|
|
Loading…
Reference in a new issue