diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-01 14:49:48 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-01 14:49:48 +0000 |
| commit | 8519dc4a10d47747e6df3f47e25c36bf16befe00 (patch) | |
| tree | 7394f50fa741bac8bde4f7d2a6fb41577718cc17 /tests | |
| parent | 445eea13d987b345535fd4fa56486ff334bbd351 (diff) | |
feat(send): fix grammar in cli output
refer to a single patch as patch rather than patches
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<( |