Skip to content

Commit

Permalink
fixup! try working around tarpaulin in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Aug 1, 2024
1 parent dae69d2 commit 4f79480
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ async fn test_new_pinned_events_are_added_on_sync() {
assert_matches!(timeline_stream.next().await.unwrap(), VectorDiff::PushFront { value } => {
assert!(value.is_day_divider());
});
assert_pending!(timeline_stream);
test_helper.server.reset().await;
}

Expand Down

0 comments on commit 4f79480

Please sign in to comment.