diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/git_remote_nostr/push.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/git_remote_nostr/push.rs b/tests/git_remote_nostr/push.rs index 4e44642..d041a89 100644 --- a/tests/git_remote_nostr/push.rs +++ b/tests/git_remote_nostr/push.rs | |||
| @@ -1020,7 +1020,7 @@ async fn proposal_three_way_merge_commit_pushed_to_main_leads_to_status_event_is | |||
| 1020 | .any(|t| t.as_slice()[1].eq(&proposal_cover_letter_event.id.to_string())) | 1020 | .any(|t| t.as_slice()[1].eq(&proposal_cover_letter_event.id.to_string())) |
| 1021 | && e.kind.eq(&Kind::GitPatch) | 1021 | && e.kind.eq(&Kind::GitPatch) |
| 1022 | }) | 1022 | }) |
| 1023 | .last() | 1023 | .next_back() |
| 1024 | .unwrap(); | 1024 | .unwrap(); |
| 1025 | 1025 | ||
| 1026 | assert_eq!( | 1026 | assert_eq!( |