upleb.uk

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

summaryrefslogtreecommitdiff
path: root/test_utils
diff options
context:
space:
mode:
Diffstat (limited to 'test_utils')
-rw-r--r--test_utils/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test_utils/src/lib.rs b/test_utils/src/lib.rs
index fa80f1f..1aab78a 100644
--- a/test_utils/src/lib.rs
+++ b/test_utils/src/lib.rs
@@ -137,6 +137,8 @@ pub fn generate_repo_ref_event() -> nostr::Event {
137 Tag::Description("example description".to_string()), 137 Tag::Description("example description".to_string()),
138 Tag::Relay("ws://localhost:8055".into()), 138 Tag::Relay("ws://localhost:8055".into()),
139 Tag::Relay("ws://localhost:8056".into()), 139 Tag::Relay("ws://localhost:8056".into()),
140 Tag::PubKey(TEST_KEY_1_KEYS.public_key(), None),
141 Tag::PubKey(TEST_KEY_2_KEYS.public_key(), None),
140 ], 142 ],
141 ) 143 )
142 .to_event(&TEST_KEY_1_KEYS) 144 .to_event(&TEST_KEY_1_KEYS)