upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/push.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/push.rs')
-rw-r--r--tests/push.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/push.rs b/tests/push.rs
index fe711c1..65c92e9 100644
--- a/tests/push.rs
+++ b/tests/push.rs
@@ -346,7 +346,7 @@ mod when_branch_is_checked_out {
346 p.expect( 346 p.expect(
347 "1 commits ahead. preparing to create creating patch events.\r\n", 347 "1 commits ahead. preparing to create creating patch events.\r\n",
348 )?; 348 )?;
349 p.expect("searching for profile and relay updates...\r\n")?; 349 p.expect("searching for profile...\r\n")?;
350 p.expect("logged in as fred\r\n")?; 350 p.expect("logged in as fred\r\n")?;
351 p.expect("pushing 1 commits\r\n")?; 351 p.expect("pushing 1 commits\r\n")?;
352 352
@@ -591,7 +591,7 @@ mod when_branch_is_checked_out {
591 p.expect("creating proposal from 2 commits:\r\n")?; 591 p.expect("creating proposal from 2 commits:\r\n")?;
592 p.expect("355bdf1 add a4.md\r\n")?; 592 p.expect("355bdf1 add a4.md\r\n")?;
593 p.expect("dbd1115 add a3.md\r\n")?; 593 p.expect("dbd1115 add a3.md\r\n")?;
594 p.expect("searching for profile and relay updates...\r\n")?; 594 p.expect("searching for profile...\r\n")?;
595 p.expect("logged in as fred\r\n")?; 595 p.expect("logged in as fred\r\n")?;
596 p.expect("posting 2 patches without a covering letter...\r\n")?; 596 p.expect("posting 2 patches without a covering letter...\r\n")?;
597 597