Skip to content

Commit

Permalink
Update test_rooms.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thebalaa committed Jan 5, 2024
1 parent 54cb0c8 commit dad761e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/rest/client/test_rooms.py
Expand Up @@ -2155,7 +2155,6 @@ def test_room_messages_purge(self) -> None:
self.assertEqual(len(chunk), 0, [event["content"] for event in chunk])

def test_room_message_filter_wildcard(self) -> None:
store = self.hs.get_datastores().main
# Send a first message in the room, which will be removed by the purge.
self.helper.send(self.room_id, "message 1", type="f.message.1")
self.helper.send(self.room_id, "message 1", type="f.message.2")
Expand Down

0 comments on commit dad761e

Please sign in to comment.