From b00645258b845eb9dd1d58276c34404053eb9d81 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 17 Oct 2020 14:40:06 -0700 Subject: [PATCH] troubleshooting windows test failures on travis --- features/write.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/write.feature b/features/write.feature index c9cff9be..77938a1c 100644 --- a/features/write.feature +++ b/features/write.feature @@ -59,7 +59,7 @@ Feature: Writing new entries. Scenario Outline: Writing an empty entry from the command line with no editor should yield nothing Given we use the config ".yaml" - And we use the password "test" if prompted + And we use the password "bad doggie no biscuit" if prompted When we run "jrnl" and enter nothing Then the output should be empty And the error output should contain "Writing Entry; on a blank line" @@ -69,7 +69,7 @@ Feature: Writing new entries. | config_file | | simple | | empty_folder | - | basic_encrypted | + | encrypted | # | dayone | @todo Scenario Outline: Writing an entry does not print the entire journal