upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/git_remote_nostr/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/git_remote_nostr/main.rs')
-rw-r--r--tests/git_remote_nostr/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/git_remote_nostr/main.rs b/tests/git_remote_nostr/main.rs
index 189d82d..f749c7f 100644
--- a/tests/git_remote_nostr/main.rs
+++ b/tests/git_remote_nostr/main.rs
@@ -21,7 +21,7 @@ fn get_nostr_remote_url() -> Result<String> {
21 let naddr = Coordinate { 21 let naddr = Coordinate {
22 kind: Kind::GitRepoAnnouncement, 22 kind: Kind::GitRepoAnnouncement,
23 public_key: repo_event.pubkey, 23 public_key: repo_event.pubkey,
24 identifier: repo_event.identifier().unwrap().to_string(), 24 identifier: repo_event.tags.identifier().unwrap().to_string(),
25 relays: vec![ 25 relays: vec![
26 "ws://localhost:8055".to_string(), 26 "ws://localhost:8055".to_string(),
27 "ws://localhost:8056".to_string(), 27 "ws://localhost:8056".to_string(),