mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Fix failing test with a flush
This commit is contained in:
parent
ea51fc5781
commit
0e42187eb1
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ Feature: Searching in a journal
|
||||||
Given we use the config "<config>.yaml"
|
Given we use the config "<config>.yaml"
|
||||||
When we run "jrnl -on 2020-08-31 --short"
|
When we run "jrnl -on 2020-08-31 --short"
|
||||||
Then the output should be "2020-08-31 14:32 A second entry in what I hope to be a long series."
|
Then the output should be "2020-08-31 14:32 A second entry in what I hope to be a long series."
|
||||||
|
Then we flush the output
|
||||||
When we run "jrnl -on 'august 31 2020' --short"
|
When we run "jrnl -on 'august 31 2020' --short"
|
||||||
Then the output should be "2020-08-31 14:32 A second entry in what I hope to be a long series."
|
Then the output should be "2020-08-31 14:32 A second entry in what I hope to be a long series."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue