mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-10 09:20:08 -04:00
Add missing type hints to tests.replication. (#14987)
This commit is contained in:
parent
b275763c65
commit
156cd88eef
21 changed files with 193 additions and 149 deletions
|
@ -26,7 +26,7 @@ class FederationStreamTestCase(BaseStreamTestCase):
|
|||
config["federation_sender_instances"] = ["federation_sender1"]
|
||||
return config
|
||||
|
||||
def test_catchup(self):
|
||||
def test_catchup(self) -> None:
|
||||
"""Basic test of catchup on reconnect
|
||||
|
||||
Makes sure that updates sent while we are offline are received later.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue