mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-31 21:38:37 -04:00
Fix some tests which leaked logcontexts
This commit is contained in:
parent
f5faf6bc14
commit
884a561447
2 changed files with 4 additions and 3 deletions
|
@ -123,8 +123,8 @@ class MessageAcceptTests(unittest.TestCase):
|
|||
"test.serv", lying_event, sent_to_us_directly=True
|
||||
)
|
||||
|
||||
# Step the reactor, so the database fetches come back
|
||||
self.reactor.advance(1)
|
||||
# Step the reactor, so the database fetches come back
|
||||
self.reactor.advance(1)
|
||||
|
||||
# on_receive_pdu should throw an error
|
||||
failure = self.failureResultOf(d)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue