We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813ce6a commit 765b954Copy full SHA for 765b954
testing/matrix-sdk-integration-testing/src/tests/sliding_sync/room.rs
@@ -1010,8 +1010,6 @@ async fn test_roominfo_update_deduplication() -> Result<()> {
1010
assert_eq!(alice_room.latest_event().unwrap().event_id(), Some(event.event_id));
1011
1012
// Stream has the room again, but no second event
1013
- // TODO: Synapse sometimes sends the same event two times. This is the
1014
- // workaround:
1015
while let Some(Some(updated_rooms)) = stream.next().now_or_never() {
1016
assert!(!updated_rooms.is_empty());
1017
assert_matches!(
0 commit comments