Skip to content

Commit

Permalink
!fixup Remove useless comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jul 3, 2024
1 parent b3e9457 commit 1924083
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1010,8 +1010,6 @@ async fn test_roominfo_update_deduplication() -> Result<()> {
assert_eq!(alice_room.latest_event().unwrap().event_id(), Some(event.event_id));

// Stream has the room again, but no second event
// TODO: Synapse sometimes sends the same event two times. This is the
// workaround:
while let Some(Some(updated_rooms)) = stream.next().now_or_never() {
assert!(!updated_rooms.is_empty());
assert_matches!(
Expand Down

0 comments on commit 1924083

Please sign in to comment.