From b931b37e26486e4e6d15f302e87141dcf2f596ba Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 23 Feb 2024 08:30:15 +0000 Subject: refactor: remove confusing options, improve help from_branch and to_branch have been replaced by specifying revision ranges --- tests/push.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/push.rs') 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 { p.expect("preparing to force push proposal revision...\r\n")?; // standard output from `ngit send` - p.expect("creating patch for 2 commits from 'head' that can be merged into 'main'\r\n")?; + p.expect(format!("creating patch for 2 commits from '{FEATURE_BRANCH_NAME_1}' that can be merged into 'main'\r\n"))?; p.expect("searching for profile and relay updates...\r\n")?; p.expect("\r")?; p.expect("logged in as fred\r\n")?; -- cgit v1.2.3