diff options
author | Matthew Hodgson <matthew@arasphere.net> | 2018-08-15 17:35:22 +0200 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-08-15 16:35:22 +0100 |
commit | 2f78f432c421702e3756d029b3c669db837d8bcd (patch) | |
tree | bcb12ffed5b880b24bbd82446a343504b92ed9b6 /tests | |
parent | Merge pull request #3653 from matrix-org/erikj/split_federation (diff) | |
download | synapse-2f78f432c421702e3756d029b3c669db837d8bcd.tar.xz |
speed up /members and add at= and membership params (#3568)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/storage/test_state.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_state.py b/tests/storage/test_state.py index 6168c46248..ebfd969b36 100644 --- a/tests/storage/test_state.py +++ b/tests/storage/test_state.py @@ -148,7 +148,7 @@ class StateStoreTestCase(tests.unittest.TestCase): {(e3.type, e3.state_key): e3, (e5.type, e5.state_key): e5}, state ) - # check we can use filter_types to grab a specific room member + # check we can use filtered_types to grab a specific room member # without filtering out the other event types state = yield self.store.get_state_for_event( e5.event_id, |