Fix bad arg wrapping in test

This commit is contained in:
Micah Jerome Ellison 2021-11-20 15:19:20 -08:00
parent 9f3b685c1b
commit 15aab56a48

View file

@ -175,7 +175,7 @@ Feature: Reading and writing to journal with custom date formats
Scenario Outline: Dates should be displayed using the specified locale
Given we use the config "basic_onefile.yaml"
When we run "jrnl --config-override locale <locale> --config-override timeformat \'%A %d %B %Y\' -1 --short"
When we run "jrnl --config-override locale <locale> --config-override timeformat "'%A %d %B %Y'" -1 --short"
Then the output should contain "<expected_date>"
Examples: configs