upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/ngit_push.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ngit_push.rs')
-rw-r--r--tests/ngit_push.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ngit_push.rs b/tests/ngit_push.rs
index f37e027..d4b3894 100644
--- a/tests/ngit_push.rs
+++ b/tests/ngit_push.rs
@@ -58,7 +58,7 @@ mod when_proposal_isnt_associated_with_branch_name {
58 p.expect("fetching updates...\r\n")?; 58 p.expect("fetching updates...\r\n")?;
59 p.expect_eventually("\r\n")?; // some updates listed here 59 p.expect_eventually("\r\n")?; // some updates listed here
60 p.expect_end_with( 60 p.expect_end_with(
61 "Error: cannot find proposal that matches the current branch name\r\n", 61 "Error: failed to find proposal that matches the current branch name\r\n",
62 )?; 62 )?;
63 for p in [51, 52, 53, 55, 56] { 63 for p in [51, 52, 53, 55, 56] {
64 relay::shutdown_relay(8000 + p)?; 64 relay::shutdown_relay(8000 + p)?;