mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 01:18:31 +02:00
Correct entry edit modified count test
This commit is contained in:
parent
1873f69ded
commit
80a4b0778f
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ Feature: Writing new entries.
|
||||||
[2021-11-13] I am replacing my whole journal with this entry
|
[2021-11-13] I am replacing my whole journal with this entry
|
||||||
When we run "jrnl --edit"
|
When we run "jrnl --edit"
|
||||||
Then the output should contain "2 entries deleted"
|
Then the output should contain "2 entries deleted"
|
||||||
Then the output should contain "3 entries modified"
|
Then the output should contain "1 entry modified"
|
||||||
|
|
||||||
Examples: configs
|
Examples: configs
|
||||||
| config_file |
|
| config_file |
|
||||||
|
|
Loading…
Add table
Reference in a new issue