From 178c9131b73dba81cfc7e1294d25d6c80963ada1 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 4 Jun 2022 19:12:12 -0700 Subject: [PATCH] fix more tests --- 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 e2347f3c..0c860b54 100644 --- a/tests/bdd/features/write.feature +++ b/tests/bdd/features/write.feature @@ -268,7 +268,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 "1 entry modified" + Then the output should contain "3 entries modified" Examples: configs | config_file |