make format

This commit is contained in:
Suhas 2021-01-28 08:40:28 -05:00
parent 3b7e05c69f
commit adb7932817
2 changed files with 17 additions and 8 deletions

View file

@ -36,7 +36,7 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys
@skip_win
Scenario: Apply multiple config overrides
Given we use the config "tiny.yaml"
When we run jrnl with -1 --config-override colors.body:green,editor:"nano"
When we run jrnl with -1 --config-override colors.body:green, editor:"nano"
Then the runtime config should have colors.body set to green
And the runtime config should have editor set to nano