upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/list.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/list.rs')
-rw-r--r--tests/list.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/list.rs b/tests/list.rs
index 6e509ac..ce90ee4 100644
--- a/tests/list.rs
+++ b/tests/list.rs
@@ -88,7 +88,7 @@ mod cannot_find_repo_event {
88 let mut input = p.expect_input("repository naddr")?; 88 let mut input = p.expect_input("repository naddr")?;
89 input.succeeds_with( 89 input.succeeds_with(
90 &Coordinate { 90 &Coordinate {
91 kind: nostr::Kind::Custom(REPOSITORY_KIND), 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.identifier().unwrap().to_string(),
94 relays: vec!["ws://localhost:8056".to_string()], 94 relays: vec!["ws://localhost:8056".to_string()],