upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/git_remote_nostr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/git_remote_nostr')
-rw-r--r--tests/git_remote_nostr/push.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/git_remote_nostr/push.rs b/tests/git_remote_nostr/push.rs
index 79e6c01..f552ee5 100644
--- a/tests/git_remote_nostr/push.rs
+++ b/tests/git_remote_nostr/push.rs
@@ -935,7 +935,7 @@ async fn proposal_merge_commit_pushed_to_main_leads_to_status_event_issued() ->
935 cli_expect_nostr_fetch(&mut p)?; 935 cli_expect_nostr_fetch(&mut p)?;
936 p.expect(format!("fetching {} ref list over filesystem...\r\n", source_path).as_str())?; 936 p.expect(format!("fetching {} ref list over filesystem...\r\n", source_path).as_str())?;
937 p.expect("list: connecting...\r\n")?; 937 p.expect("list: connecting...\r\n")?;
938 p.expect_after_whitespace("merge commit ")?; 938 p.expect_eventually("merge commit ")?;
939 // shorthand merge commit id appears in this gap 939 // shorthand merge commit id appears in this gap
940 p.expect_eventually(": create nostr proposal status event\r\n")?; 940 p.expect_eventually(": create nostr proposal status event\r\n")?;
941 // status updates printed here 941 // status updates printed here