upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/ngit_list.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ngit_list.rs')
-rw-r--r--tests/ngit_list.rs12
1 files changed, 4 insertions, 8 deletions
diff --git a/tests/ngit_list.rs b/tests/ngit_list.rs
index bb742cf..c8f761a 100644
--- a/tests/ngit_list.rs
+++ b/tests/ngit_list.rs
@@ -217,8 +217,7 @@ mod when_main_branch_is_uptodate {
217 ])?; 217 ])?;
218 c.succeeds_with(0, true, None)?; 218 c.succeeds_with(0, true, None)?;
219 p.expect(format!( 219 p.expect(format!(
220 "checked out proposal as 'pr/{}(", 220 "checked out proposal as 'pr/{FEATURE_BRANCH_NAME_1}(",
221 FEATURE_BRANCH_NAME_1,
222 ))?; 221 ))?;
223 p.expect_end_eventually_with(")' branch\r\n")?; 222 p.expect_end_eventually_with(")' branch\r\n")?;
224 223
@@ -334,8 +333,7 @@ mod when_main_branch_is_uptodate {
334 ])?; 333 ])?;
335 c.succeeds_with(0, true, Some(0))?; 334 c.succeeds_with(0, true, Some(0))?;
336 p.expect(format!( 335 p.expect(format!(
337 "checked out proposal as 'pr/{}(", 336 "checked out proposal as 'pr/{FEATURE_BRANCH_NAME_3}(",
338 FEATURE_BRANCH_NAME_3,
339 ))?; 337 ))?;
340 p.expect_end_eventually_with(")' branch\r\n")?; 338 p.expect_end_eventually_with(")' branch\r\n")?;
341 339
@@ -530,8 +528,7 @@ mod when_main_branch_is_uptodate {
530 ])?; 528 ])?;
531 c.succeeds_with(0, true, Some(0))?; 529 c.succeeds_with(0, true, Some(0))?;
532 p.expect(format!( 530 p.expect(format!(
533 "checked out proposal as 'pr/{}(", 531 "checked out proposal as 'pr/{FEATURE_BRANCH_NAME_4}(",
534 FEATURE_BRANCH_NAME_4,
535 ))?; 532 ))?;
536 p.expect_end_eventually_with(")' branch\r\n")?; 533 p.expect_end_eventually_with(")' branch\r\n")?;
537 534
@@ -756,8 +753,7 @@ mod when_main_branch_is_uptodate {
756 ])?; 753 ])?;
757 c.succeeds_with(0, true, Some(0))?; 754 c.succeeds_with(0, true, Some(0))?;
758 p.expect(format!( 755 p.expect(format!(
759 "checked out proposal as 'pr/{}(", 756 "checked out proposal as 'pr/{FEATURE_BRANCH_NAME_1}(",
760 FEATURE_BRANCH_NAME_1,
761 ))?; 757 ))?;
762 p.expect_end_eventually_with(")' branch\r\n")?; 758 p.expect_end_eventually_with(")' branch\r\n")?;
763 759