mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 21:54:55 -04:00
Rename test case method to add_hashes_and_signatures_from_other_server
(#13255)
This commit is contained in:
parent
fa71bb18b5
commit
52a0c8f2f7
7 changed files with 14 additions and 18 deletions
|
@ -256,7 +256,7 @@ class FederationTestCase(unittest.FederatingHomeserverTestCase):
|
|||
]
|
||||
for _ in range(0, 8):
|
||||
event = make_event_from_dict(
|
||||
self.add_hashes_and_signatures(
|
||||
self.add_hashes_and_signatures_from_other_server(
|
||||
{
|
||||
"origin_server_ts": 1,
|
||||
"type": "m.room.message",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue