upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/claim.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/claim.rs b/tests/claim.rs
index ec62c0b..914b12e 100644
--- a/tests/claim.rs
+++ b/tests/claim.rs
@@ -165,7 +165,7 @@ mod sends_repoistory_to_relays {
165 165
166 #[test] 166 #[test]
167 #[serial] 167 #[serial]
168 fn d_replaceable_event_identifier() -> Result<()> { 168 fn root_commit_as_d_replaceable_event_identifier() -> Result<()> {
169 let (_, _, r53, r55, r56) = futures::executor::block_on(prep_run_claim())?; 169 let (_, _, r53, r55, r56) = futures::executor::block_on(prep_run_claim())?;
170 for relay in [&r53, &r55, &r56] { 170 for relay in [&r53, &r55, &r56] {
171 let event: &nostr::Event = relay 171 let event: &nostr::Event = relay
@@ -182,7 +182,7 @@ mod sends_repoistory_to_relays {
182 182
183 #[test] 183 #[test]
184 #[serial] 184 #[serial]
185 fn root_commit() -> Result<()> { 185 fn root_commit_as_reference() -> Result<()> {
186 let (_, _, r53, r55, r56) = futures::executor::block_on(prep_run_claim())?; 186 let (_, _, r53, r55, r56) = futures::executor::block_on(prep_run_claim())?;
187 for relay in [&r53, &r55, &r56] { 187 for relay in [&r53, &r55, &r56] {
188 let event: &nostr::Event = relay 188 let event: &nostr::Event = relay