diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-02 14:37:14 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-05 21:30:59 +0100 |
| commit | a744f4aae9ffee9dd246090bef486b09433778d0 (patch) | |
| tree | 5d1083668ec989d1fc8529a7ece60dc2bd4ec594 /tests | |
| parent | 0f3969325385f2707e359cb28d9c49c509310452 (diff) | |
chore: nix flake update
update nix dependancies to latest version using default update options
run `cargo clippy --fix` and `cargo fmt` to fix new clippy errors
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!( |