upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/ngit_push.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-09-25 14:37:17 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-09-25 14:37:17 +0100
commitd6faad17e814d252a72e3aca39a4b3898382bab9 (patch)
tree16a238703293fe0d9cce04fa83de2af4a88f5433 /tests/ngit_push.rs
parent4f84dc460c3494286233afe9ca480d3b7c0186b1 (diff)
chore: bump rust-nostr v0.35
bump all rust-nostr packages
Diffstat (limited to 'tests/ngit_push.rs')
-rw-r--r--tests/ngit_push.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ngit_push.rs b/tests/ngit_push.rs
index eb452cd..3d89f6b 100644
--- a/tests/ngit_push.rs
+++ b/tests/ngit_push.rs
@@ -359,7 +359,7 @@ mod when_branch_is_checked_out {
359 assert!(r55_events.iter().any(|e| { 359 assert!(r55_events.iter().any(|e| {
360 e.tags 360 e.tags
361 .iter() 361 .iter()
362 .any(|t| t.as_vec()[0].eq("commit") && t.as_vec()[1].eq(&commit_id)) 362 .any(|t| t.as_slice()[0].eq("commit") && t.as_slice()[1].eq(&commit_id))
363 })); 363 }));
364 Ok(()) 364 Ok(())
365 } 365 }