Change test as rooms now appear when read receipts sent

This commit is contained in:
David Baker
2025-04-01 16:34:52 +01:00
parent f72ba26e15
commit 44b487a1b0
@@ -433,8 +433,11 @@ class SlidingSyncReceiptsExtensionTestCase(SlidingSyncBase):
set(),
exact=True,
)
# The room should be be in user1's sync because they sent a read receipt...
self.assertIn(room_id1, response_body["rooms"])
# but there should be no timeline events
# No events in the timeline since they were sent before the `from_token`
self.assertNotIn(room_id1, response_body["rooms"])
self.assertNotIn("timeline", response_body["rooms"][room_id1])
# Check room3:
#