From ce84a7ef6ef77a63763459fca80f5aff185be881 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 19 Feb 2022 14:12:28 -0800 Subject: [PATCH] update test to match new message --- 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 5ed1d44b..9181d1b0 100644 --- a/tests/bdd/features/write.feature +++ b/tests/bdd/features/write.feature @@ -96,7 +96,7 @@ Feature: Writing new entries. When we run "jrnl --config-override editor ''" and enter "" Then the stdin prompt should have been called And the output should be empty - And the error output should contain "Writing Entry; on a blank line" + And the error output should contain "To finish writing, press" And the editor should not have been called Examples: configs