mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
Fix failing tests by updating dates_similar journal
This commit is contained in:
parent
e246a9c0b3
commit
902753e6a9
2 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
||||||
[2018-02-04 06:04] Today is 2018-02-04.
|
[2018-02-04 06:04] Hi.
|
||||||
|
|
||||||
[2018-03-05 08:06] Today is 2018-03-05.
|
[2018-03-05 08:06] Hi.
|
||||||
|
|
||||||
[2019-01-03 10:08] Today is 2019-01-03.
|
[2019-01-03 10:08] Hi.
|
||||||
|
|
||||||
[2020-02-05 12:10] Today is 2020-02-05.
|
[2020-02-05 12:10] Hi.
|
||||||
|
|
||||||
[2021-01-03 15:39] Today is 2021-01-03.
|
[2021-01-03 15:39] Hi.
|
|
@ -214,7 +214,7 @@ Feature: Searching in a journal
|
||||||
| But I'm better.
|
| But I'm better.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
Scenario Outline: Searching by month, day, or year
|
Scenario Outline: Searching by month, day, or year
|
||||||
Given we use the config "dates_similar.yaml"
|
Given we use the config "dates_similar.yaml"
|
||||||
When we run "jrnl <args>"
|
When we run "jrnl <args>"
|
||||||
Then we should get no error
|
Then we should get no error
|
||||||
|
|
Loading…
Add table
Reference in a new issue