From 2b702515d81245e06dfbdf806e31e5fdafaaceb1 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 25 Feb 2023 11:34:51 -0800 Subject: [PATCH] Update tests --- tests/bdd/features/install.feature | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/bdd/features/install.feature b/tests/bdd/features/install.feature index 6462eee0..139101de 100644 --- a/tests/bdd/features/install.feature +++ b/tests/bdd/features/install.feature @@ -56,10 +56,10 @@ Feature: Installing jrnl Then the output should contain "Journal 'default' created" And the config should contain colors: - date: none - title: magenta - body: yellow - tags: cyan + body: none + date: black + tags: yellow + title: cyan Scenario: Install jrnl without colors Given we use no config @@ -70,7 +70,7 @@ Feature: Installing jrnl Then the output should contain "Journal 'default' created" And the config should contain colors: - date: none - title: none body: none + date: none tags: none + title: none