From a0d1f5a014cf6000cc39231278408789e0019fe8 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Wed, 27 Aug 2014 15:11:51 +0100 Subject: Start updating state handling to use snapshots --- tests/handlers/test_room.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/handlers/test_room.py') diff --git a/tests/handlers/test_room.py b/tests/handlers/test_room.py index 613f5c307e..a84dbcc471 100644 --- a/tests/handlers/test_room.py +++ b/tests/handlers/test_room.py @@ -330,6 +330,7 @@ class RoomCreationTest(unittest.TestCase): db_pool=None, datastore=NonCallableMock(spec_set=[ "store_room", + "snapshot_room", ]), http_client=NonCallableMock(spec_set=[]), notifier=NonCallableMock(spec_set=["on_new_room_event"]), -- cgit 1.4.1