From fedf5166f0c57db14b9e43747121e4b7845b63dd Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 20 Aug 2024 06:25:17 +0100 Subject: feat: set proposal branch prefix to `pr/` from `prs/`. whilst plural reflects usage of `heads` and `tags` in git refs, singular is shorter and more reflective of usage of branch prefixes such as `feature/` `fix/` --- tests/list.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/list.rs') diff --git a/tests/list.rs b/tests/list.rs index ce90ee4..c145fa4 100644 --- a/tests/list.rs +++ b/tests/list.rs @@ -197,7 +197,7 @@ mod when_main_branch_is_uptodate { )?; c.succeeds_with(0, false, None)?; p.expect(&format!( - "checked out proposal as 'prs/{}(", + "checked out proposal as 'pr/{}(", FEATURE_BRANCH_NAME_1, ))?; p.expect_end_eventually_with(")' branch\r\n")?; @@ -319,7 +319,7 @@ mod when_main_branch_is_uptodate { )?; c.succeeds_with(0, false, Some(0))?; p.expect(&format!( - "checked out proposal as 'prs/{}(", + "checked out proposal as 'pr/{}(", FEATURE_BRANCH_NAME_3, ))?; p.expect_end_eventually_with(")' branch\r\n")?; @@ -526,7 +526,7 @@ mod when_main_branch_is_uptodate { )?; c.succeeds_with(0, false, Some(0))?; p.expect(&format!( - "checked out proposal as 'prs/{}(", + "checked out proposal as 'pr/{}(", FEATURE_BRANCH_NAME_4, ))?; p.expect_end_eventually_with(")' branch\r\n")?; @@ -773,7 +773,7 @@ mod when_main_branch_is_uptodate { )?; c.succeeds_with(0, false, Some(0))?; p.expect(&format!( - "checked out proposal as 'prs/{}(", + "checked out proposal as 'pr/{}(", FEATURE_BRANCH_NAME_1, ))?; p.expect_end_eventually_with(")' branch\r\n")?; -- cgit v1.2.3