diff options
Diffstat (limited to 'tests/list.rs')
| -rw-r--r-- | tests/list.rs | 8 |
1 files changed, 4 insertions, 4 deletions
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 { | |||
| 197 | )?; | 197 | )?; |
| 198 | c.succeeds_with(0, false, None)?; | 198 | c.succeeds_with(0, false, None)?; |
| 199 | p.expect(&format!( | 199 | p.expect(&format!( |
| 200 | "checked out proposal as 'prs/{}(", | 200 | "checked out proposal as 'pr/{}(", |
| 201 | FEATURE_BRANCH_NAME_1, | 201 | FEATURE_BRANCH_NAME_1, |
| 202 | ))?; | 202 | ))?; |
| 203 | p.expect_end_eventually_with(")' branch\r\n")?; | 203 | p.expect_end_eventually_with(")' branch\r\n")?; |
| @@ -319,7 +319,7 @@ mod when_main_branch_is_uptodate { | |||
| 319 | )?; | 319 | )?; |
| 320 | c.succeeds_with(0, false, Some(0))?; | 320 | c.succeeds_with(0, false, Some(0))?; |
| 321 | p.expect(&format!( | 321 | p.expect(&format!( |
| 322 | "checked out proposal as 'prs/{}(", | 322 | "checked out proposal as 'pr/{}(", |
| 323 | FEATURE_BRANCH_NAME_3, | 323 | FEATURE_BRANCH_NAME_3, |
| 324 | ))?; | 324 | ))?; |
| 325 | p.expect_end_eventually_with(")' branch\r\n")?; | 325 | p.expect_end_eventually_with(")' branch\r\n")?; |
| @@ -526,7 +526,7 @@ mod when_main_branch_is_uptodate { | |||
| 526 | )?; | 526 | )?; |
| 527 | c.succeeds_with(0, false, Some(0))?; | 527 | c.succeeds_with(0, false, Some(0))?; |
| 528 | p.expect(&format!( | 528 | p.expect(&format!( |
| 529 | "checked out proposal as 'prs/{}(", | 529 | "checked out proposal as 'pr/{}(", |
| 530 | FEATURE_BRANCH_NAME_4, | 530 | FEATURE_BRANCH_NAME_4, |
| 531 | ))?; | 531 | ))?; |
| 532 | p.expect_end_eventually_with(")' branch\r\n")?; | 532 | p.expect_end_eventually_with(")' branch\r\n")?; |
| @@ -773,7 +773,7 @@ mod when_main_branch_is_uptodate { | |||
| 773 | )?; | 773 | )?; |
| 774 | c.succeeds_with(0, false, Some(0))?; | 774 | c.succeeds_with(0, false, Some(0))?; |
| 775 | p.expect(&format!( | 775 | p.expect(&format!( |
| 776 | "checked out proposal as 'prs/{}(", | 776 | "checked out proposal as 'pr/{}(", |
| 777 | FEATURE_BRANCH_NAME_1, | 777 | FEATURE_BRANCH_NAME_1, |
| 778 | ))?; | 778 | ))?; |
| 779 | p.expect_end_eventually_with(")' branch\r\n")?; | 779 | p.expect_end_eventually_with(")' branch\r\n")?; |