Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Clarify a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Aug 5, 2020
1 parent 4407d94 commit 6b1b367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/rest/client/v1/test_rooms.py
Original file line number Diff line number Diff line change
Expand Up @@ -2046,6 +2046,7 @@ def test_message(self):
self.assertIn("event_id", result)
event_id = result["event_id"]

# But the event ID is not actually in the room.
latest_events = self.get_success(
self.store.get_latest_event_ids_in_room(room_id)
)
Expand Down

0 comments on commit 6b1b367

Please sign in to comment.