code cleanup

This commit is contained in:
Suhas 2021-01-25 06:56:12 -05:00
parent c31fa084f3
commit c8b737e459
4 changed files with 24 additions and 12 deletions

View file

@ -31,6 +31,6 @@ Then the output should be
"""
Scenario: Override color selections with runtime overrides
Given we use the config "editor.yaml"
When we run jrnl with "-1 --config-override '{"colors.body": "blue"}' "
Given we use the config "tiny.yaml"
When we run jrnl with -1 --config-override '{"colors.body": "blue"}'
Then the runtime config should have colors.body set to blue