upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/git_remote_nostr/push.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-10-28 15:41:14 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-10-28 15:41:14 +0000
commitae87aedae9696f4c855ac3dc47e61faec9d07c15 (patch)
tree0309be588a4e3d3a510e7510300629cb2ec3a68a /tests/git_remote_nostr/push.rs
parent5979e13cdc65ea78894dbcab3acde11b246889a7 (diff)
chore: bump rust-nostr to patch near v0.36.0
bump all rust-nostr packages refactoring code based on breaking changes upgrading to patched version to address signer issue: nostr:nevent1qvzqqqqqqypzq6xcz9jerqgqkldy8lpg7lglcyj4g3nwzy2cs6u70wejdaj7csnjqy88wumn8ghj7mn0wvhxcmmv9uqzpsw5ph8le2n2kh6uchftawt74hddazk9tp7wjmz967y2l0uva5rc7hsstq
Diffstat (limited to 'tests/git_remote_nostr/push.rs')
-rw-r--r--tests/git_remote_nostr/push.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/git_remote_nostr/push.rs b/tests/git_remote_nostr/push.rs
index e0a4e93..b93475c 100644
--- a/tests/git_remote_nostr/push.rs
+++ b/tests/git_remote_nostr/push.rs
@@ -302,8 +302,8 @@ mod two_branches_in_batch_one_added_one_updated {
302 .context("state event not created")?; 302 .context("state event not created")?;
303 303
304 assert_eq!( 304 assert_eq!(
305 state_event.identifier(), 305 state_event.tags.identifier(),
306 generate_repo_ref_event().identifier(), 306 generate_repo_ref_event().tags.identifier(),
307 ); 307 );
308 // println!("{:#?}", state_event); 308 // println!("{:#?}", state_event);
309 assert_eq!( 309 assert_eq!(