Skip to content

Commit

Permalink
fixed a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed May 30, 2024
1 parent cbdb440 commit 3d212c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/matrix-sdk-ui/tests/integration/timeline/replies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@ async fn test_send_reply_with_event_id() {
let _response = client.sync_once(sync_settings.clone()).await.unwrap();
server.reset().await;

assert_next_matches!(timeline_stream, VectorDiff::PushBack { .. });

// Clear the timeline to make sure the old item does not need to be
// available in it for the reply to work.
timeline.clear().await;
Expand Down

0 comments on commit 3d212c9

Please sign in to comment.