mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-08 05:32:18 -04:00
Add type hints for event streams. (#10856)
This commit is contained in:
parent
b25a494779
commit
4054dfa409
18 changed files with 169 additions and 60 deletions
|
@ -23,7 +23,7 @@ from tests import unittest
|
|||
|
||||
class ReceiptsTestCase(unittest.HomeserverTestCase):
|
||||
def prepare(self, reactor, clock, hs):
|
||||
self.event_source = hs.get_event_sources().sources["receipt"]
|
||||
self.event_source = hs.get_event_sources().sources.receipt
|
||||
|
||||
# In the first param of _test_filters_hidden we use "hidden" instead of
|
||||
# ReadReceiptEventFields.MSC2285_HIDDEN. We do this because we're mocking
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue