From 9bd275fdbe1078bfa23beb94dd6afff17f097417 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Sun, 20 Mar 2022 15:01:09 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20Make=20tests=20pass=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 4e58f53..90ea601 100644 --- a/src/app.rs +++ b/src/app.rs @@ -4318,7 +4318,7 @@ mod tests { let mut expected1 = Buffer::with_lines(vec![ "Modify Task 10 ", - "based on your .taskrc ", + " based on your .taskrc ", " ", ]);