Skip to content

Commit 765b954

Browse files
committed
!fixup Remove useless comment.
1 parent 813ce6a commit 765b954

File tree

1 file changed

+0
-2
lines changed
  • testing/matrix-sdk-integration-testing/src/tests/sliding_sync

1 file changed

+0
-2
lines changed

testing/matrix-sdk-integration-testing/src/tests/sliding_sync/room.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,8 +1010,6 @@ async fn test_roominfo_update_deduplication() -> Result<()> {
10101010
assert_eq!(alice_room.latest_event().unwrap().event_id(), Some(event.event_id));
10111011

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

0 commit comments

Comments
 (0)