diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-09-03 20:46:42 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-09-03 20:46:42 +0100 |
commit | d9d156b5cdfe340a9b9c53b4002e5a14c5e9d68b (patch) | |
tree | f44b103aabcb58979d5155731f7e05036c7333e0 /tests/test_state.py | |
parent | Merge branch 'anoa/v2_lookup' of github.com:matrix-org/synapse into anoa/v2_l... (diff) | |
parent | Fix docstring (diff) | |
download | synapse-d9d156b5cdfe340a9b9c53b4002e5a14c5e9d68b.tar.xz |
Merge branch 'develop' into anoa/v2_lookup
Diffstat (limited to 'tests/test_state.py')
-rw-r--r-- | tests/test_state.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_state.py b/tests/test_state.py index 6d33566f47..610ec9fb46 100644 --- a/tests/test_state.py +++ b/tests/test_state.py @@ -106,7 +106,7 @@ class StateGroupStore(object): } def get_state_group_delta(self, name): - return (None, None) + return None, None def register_events(self, events): for e in events: |