Hopefully fix new locale test on Linux and Mac

This commit is contained in:
Micah Jerome Ellison 2021-11-20 14:15:18 -08:00
parent b2251655bf
commit 0f43c1a225

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 Scenario Outline: Dates should be displayed using the specified locale
Given we use the config "basic_onefile.yaml" Given we use the config "basic_onefile.yaml"
When we run "jrnl --config-override locale <locale> --config-override timeformat \%c -1" When we run "jrnl --config-override locale <locale> --config-override timeformat '\%c' -1"
Then the output should contain "<expected_date>" Then the output should contain "<expected_date>"
Examples: configs Examples: configs