From f2743a28b511403105249291528b91c8aa008919 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 29 May 2026 13:15:30 +0100 Subject: [PATCH] Add FIXME to test_msc4242 --- tests/storage/test_msc4242_state_dag.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/storage/test_msc4242_state_dag.py b/tests/storage/test_msc4242_state_dag.py index 42f996ccc0..1d971caa7e 100644 --- a/tests/storage/test_msc4242_state_dag.py +++ b/tests/storage/test_msc4242_state_dag.py @@ -155,6 +155,9 @@ class MSC4242EventPersistenceStateDagsStoreTestCase(HomeserverTestCase): rejected: bool = False, ) -> tuple[MSC4242Event, EventContext]: # We use a mock here to allow us to set the `event_id`. + # + # FIXME: It would be better to use a real event here, but that is more + # complex to set up. ev = Mock(spec=EventBase) ev.event_id = id ev.prev_state_events = prev_state_events