upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/ngit_list.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ngit_list.rs')
-rw-r--r--tests/ngit_list.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ngit_list.rs b/tests/ngit_list.rs
index 26cf717..6382451 100644
--- a/tests/ngit_list.rs
+++ b/tests/ngit_list.rs
@@ -90,7 +90,7 @@ mod cannot_find_repo_event {
90 &Coordinate { 90 &Coordinate {
91 kind: nostr::Kind::GitRepoAnnouncement, 91 kind: nostr::Kind::GitRepoAnnouncement,
92 public_key: TEST_KEY_1_KEYS.public_key(), 92 public_key: TEST_KEY_1_KEYS.public_key(),
93 identifier: repo_event.identifier().unwrap().to_string(), 93 identifier: repo_event.tags.identifier().unwrap().to_string(),
94 relays: vec!["ws://localhost:8056".to_string()], 94 relays: vec!["ws://localhost:8056".to_string()],
95 } 95 }
96 .to_bech32()?, 96 .to_bech32()?,