summary refs log tree commit diff
path: root/tests/test_state.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-09-03 20:46:42 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2019-09-03 20:46:42 +0100
commitd9d156b5cdfe340a9b9c53b4002e5a14c5e9d68b (patch)
treef44b103aabcb58979d5155731f7e05036c7333e0 /tests/test_state.py
parentMerge branch 'anoa/v2_lookup' of github.com:matrix-org/synapse into anoa/v2_l... (diff)
parentFix docstring (diff)
downloadsynapse-d9d156b5cdfe340a9b9c53b4002e5a14c5e9d68b.tar.xz
Merge branch 'develop' into anoa/v2_lookup
Diffstat (limited to 'tests/test_state.py')
-rw-r--r--tests/test_state.py2
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: