From 192408315fe5f05a504ad6b4bfb1a8af2e97162c Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 1 Jul 2024 15:00:50 +0200 Subject: [PATCH] !fixup Remove useless comment. --- .../src/tests/sliding_sync/room.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/testing/matrix-sdk-integration-testing/src/tests/sliding_sync/room.rs b/testing/matrix-sdk-integration-testing/src/tests/sliding_sync/room.rs index 9cf7940295b..09e8770ad6e 100644 --- a/testing/matrix-sdk-integration-testing/src/tests/sliding_sync/room.rs +++ b/testing/matrix-sdk-integration-testing/src/tests/sliding_sync/room.rs @@ -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!(