diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-23 08:30:15 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-23 10:11:56 +0000 |
| commit | b931b37e26486e4e6d15f302e87141dcf2f596ba (patch) | |
| tree | cf8cf7519c6bebc979ceca318b5c49cafc4fc870 /tests/push.rs | |
| parent | 84d8f03cf2471d3530f4657055f272474880b6b5 (diff) | |
refactor: remove confusing options, improve help
from_branch and to_branch have been replaced
by specifying revision ranges
Diffstat (limited to 'tests/push.rs')
| -rw-r--r-- | tests/push.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/push.rs b/tests/push.rs index 81daf0e..0705174 100644 --- a/tests/push.rs +++ b/tests/push.rs | |||
| @@ -591,7 +591,7 @@ mod when_branch_is_checked_out { | |||
| 591 | p.expect("preparing to force push proposal revision...\r\n")?; | 591 | p.expect("preparing to force push proposal revision...\r\n")?; |
| 592 | 592 | ||
| 593 | // standard output from `ngit send` | 593 | // standard output from `ngit send` |
| 594 | p.expect("creating patch for 2 commits from 'head' that can be merged into 'main'\r\n")?; | 594 | p.expect(format!("creating patch for 2 commits from '{FEATURE_BRANCH_NAME_1}' that can be merged into 'main'\r\n"))?; |
| 595 | p.expect("searching for profile and relay updates...\r\n")?; | 595 | p.expect("searching for profile and relay updates...\r\n")?; |
| 596 | p.expect("\r")?; | 596 | p.expect("\r")?; |
| 597 | p.expect("logged in as fred\r\n")?; | 597 | p.expect("logged in as fred\r\n")?; |