mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-23 11:49:24 -05:00
Typo
This commit is contained in:
parent
4aba561c65
commit
7e1c7cc274
@ -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 New Issue
Block a user