Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit c46cd30

Browse files
committed
Fix registration tests origin time check
1 parent dc85424 commit c46cd30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/handlers/test_register.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ class RegistrationTestCase(unittest.HomeserverTestCase):
122122
"""Tests the RegistrationHandler."""
123123

124124
def make_homeserver(self, reactor, clock):
125+
reactor.advance(1)
126+
125127
hs_config = self.default_config()
126128

127129
# some of the tests rely on us having a user consent version

0 commit comments

Comments
 (0)