mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
Fix bad arg wrapping in test
This commit is contained in:
parent
9f3b685c1b
commit
15aab56a48
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue