Update tests

This commit is contained in:
Micah Jerome Ellison 2023-02-25 11:34:51 -08:00
parent 347954ef14
commit 2b702515d8

View file

@ -56,10 +56,10 @@ Feature: Installing jrnl
Then the output should contain "Journal 'default' created" Then the output should contain "Journal 'default' created"
And the config should contain And the config should contain
colors: colors:
date: none body: none
title: magenta date: black
body: yellow tags: yellow
tags: cyan title: cyan
Scenario: Install jrnl without colors Scenario: Install jrnl without colors
Given we use no config Given we use no config
@ -70,7 +70,7 @@ Feature: Installing jrnl
Then the output should contain "Journal 'default' created" Then the output should contain "Journal 'default' created"
And the config should contain And the config should contain
colors: colors:
date: none
title: none
body: none body: none
date: none
tags: none tags: none
title: none