mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-29 02:58:37 -04: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…
Add table
Add a link
Reference in a new issue