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/git_remote_nostr/list.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/git_remote_nostr/list.rs b/tests/git_remote_nostr/list.rs
index a2dfe8c..50ea350 100644
--- a/tests/git_remote_nostr/list.rs
+++ b/tests/git_remote_nostr/list.rs
@@ -327,6 +327,8 @@ mod with_state_announcement {
327 let branch_name = get_proposal_branch_name_from_events(&r55.events, name)?; 327 let branch_name = get_proposal_branch_name_from_events(&r55.events, name)?;
328 pr_refs.push(format!("{tip} refs/heads/{branch_name}")); 328 pr_refs.push(format!("{tip} refs/heads/{branch_name}"));
329 pr_refs.push(format!("{tip} refs/{branch_name}")); 329 pr_refs.push(format!("{tip} refs/{branch_name}"));
330 let proposal_id = get_proposal_id_from_branch_name(&r55.events, name)?;
331 pr_refs.push(format!("{tip} refs/pr-by-id/{proposal_id}"));
330 } 332 }
331 333
332 assert_eq!( 334 assert_eq!(