From d6faad17e814d252a72e3aca39a4b3898382bab9 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 25 Sep 2024 14:37:17 +0100 Subject: chore: bump rust-nostr v0.35 bump all rust-nostr packages --- tests/ngit_push.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ngit_push.rs') 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 { assert!(r55_events.iter().any(|e| { e.tags .iter() - .any(|t| t.as_vec()[0].eq("commit") && t.as_vec()[1].eq(&commit_id)) + .any(|t| t.as_slice()[0].eq("commit") && t.as_slice()[1].eq(&commit_id)) })); Ok(()) } -- cgit v1.2.3