diff options
Diffstat (limited to 'tests/ngit_send.rs')
| -rw-r--r-- | tests/ngit_send.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ngit_send.rs b/tests/ngit_send.rs index 1d5b308..1ffb515 100644 --- a/tests/ngit_send.rs +++ b/tests/ngit_send.rs | |||
| @@ -1408,7 +1408,8 @@ mod root_proposal_specified_using_in_reply_to_with_range_of_head_2_and_cover_let | |||
| 1408 | p.expect("creating proposal from 2 commits:\r\n")?; | 1408 | p.expect("creating proposal from 2 commits:\r\n")?; |
| 1409 | p.expect("fe973a8 add t4.md\r\n")?; | 1409 | p.expect("fe973a8 add t4.md\r\n")?; |
| 1410 | p.expect("232efb3 add t3.md\r\n")?; | 1410 | p.expect("232efb3 add t3.md\r\n")?; |
| 1411 | p.expect("logged in as fred via cli arguments\r\n")?; | 1411 | p.expect("searching for profile updates...\r\n")?; |
| 1412 | p.expect_after_whitespace("logged in as fred via cli arguments\r\n")?; | ||
| 1412 | p.expect(format!( | 1413 | p.expect(format!( |
| 1413 | "posting 2 patches {} a covering letter...\r\n", | 1414 | "posting 2 patches {} a covering letter...\r\n", |
| 1414 | if include_cover_letter { | 1415 | if include_cover_letter { |