From 8519dc4a10d47747e6df3f47e25c36bf16befe00 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 1 Mar 2024 14:49:48 +0000 Subject: feat(send): fix grammar in cli output refer to a single patch as patch rather than patches --- tests/send.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/send.rs') 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 { p.expect("searching for profile and relay updates...\r\n")?; p.expect("\r")?; p.expect("logged in as fred\r\n")?; - p.expect("posting 1 patches without a covering letter...\r\n")?; + p.expect("posting 1 patch without a covering letter...\r\n")?; Ok(()) } async fn prep_run_create_proposal() -> Result<( -- cgit v1.2.3