diff options
Diffstat (limited to 'tests/git_remote_nostr/list.rs')
| -rw-r--r-- | tests/git_remote_nostr/list.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/git_remote_nostr/list.rs b/tests/git_remote_nostr/list.rs index 50ea350..1972cd5 100644 --- a/tests/git_remote_nostr/list.rs +++ b/tests/git_remote_nostr/list.rs | |||
| @@ -328,7 +328,7 @@ mod with_state_announcement { | |||
| 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)?; | 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}")); | 331 | pr_refs.push(format!("{tip} refs/pr/{proposal_id}/head")); |
| 332 | } | 332 | } |
| 333 | 333 | ||
| 334 | assert_eq!( | 334 | assert_eq!( |