From 80a4b0778f57d5e21402b9655469feb0ed1855dd Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 18 Feb 2023 13:32:39 -0800 Subject: [PATCH] Correct entry edit modified count test --- tests/bdd/features/write.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bdd/features/write.feature b/tests/bdd/features/write.feature index f15f39e1..7796dde0 100644 --- a/tests/bdd/features/write.feature +++ b/tests/bdd/features/write.feature @@ -271,7 +271,7 @@ Feature: Writing new entries. [2021-11-13] I am replacing my whole journal with this entry When we run "jrnl --edit" Then the output should contain "2 entries deleted" - Then the output should contain "3 entries modified" + Then the output should contain "1 entry modified" Examples: configs | config_file |