diff options
Diffstat (limited to 'tests/push.rs')
| -rw-r--r-- | tests/push.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/push.rs b/tests/push.rs index 409b36f..07148ae 100644 --- a/tests/push.rs +++ b/tests/push.rs | |||
| @@ -355,7 +355,7 @@ mod when_branch_is_checked_out { | |||
| 355 | p.expect( | 355 | p.expect( |
| 356 | "1 commits ahead. preparing to create creating patch events.\r\n", | 356 | "1 commits ahead. preparing to create creating patch events.\r\n", |
| 357 | )?; | 357 | )?; |
| 358 | p.expect("searching for your details...\r\n")?; | 358 | p.expect("searching for profile and relay updates...\r\n")?; |
| 359 | p.expect("\r")?; | 359 | p.expect("\r")?; |
| 360 | p.expect("logged in as fred\r\n")?; | 360 | p.expect("logged in as fred\r\n")?; |
| 361 | p.expect("pushing 1 commits\r\n")?; | 361 | p.expect("pushing 1 commits\r\n")?; |