0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 06:28:20 +02:00

Fix state unit test

This commit is contained in:
Erik Johnston 2014-09-06 07:44:00 +01:00
parent 2205aba3ed
commit ea5b5b1f64

View file

@ -240,6 +240,7 @@ class StateTestCase(unittest.TestCase):
@defer.inlineCallbacks
def test_new_event(self):
event = Mock()
event.event_id = "12123123@test"
state_pdu = new_fake_pdu_entry("C", "test", "mem", "x", "A", 20)