diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/send.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/send.rs b/tests/send.rs index 2d02a7d..4e1adf4 100644 --- a/tests/send.rs +++ b/tests/send.rs | |||
| @@ -1169,7 +1169,7 @@ mod when_on_main_branch_defaults_to_last_commit { | |||
| 1169 | p.expect("searching for profile and relay updates...\r\n")?; | 1169 | p.expect("searching for profile and relay updates...\r\n")?; |
| 1170 | p.expect("\r")?; | 1170 | p.expect("\r")?; |
| 1171 | p.expect("logged in as fred\r\n")?; | 1171 | p.expect("logged in as fred\r\n")?; |
| 1172 | p.expect("posting 1 patches without a covering letter...\r\n")?; | 1172 | p.expect("posting 1 patch without a covering letter...\r\n")?; |
| 1173 | Ok(()) | 1173 | Ok(()) |
| 1174 | } | 1174 | } |
| 1175 | async fn prep_run_create_proposal() -> Result<( | 1175 | async fn prep_run_create_proposal() -> Result<( |