mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
update test
This commit is contained in:
parent
691546588c
commit
132bd78c99
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ Feature: Delete entries from journal
|
||||||
Scenario Outline: Delete flag with nonsense input deletes nothing (issue #932)
|
Scenario Outline: Delete flag with nonsense input deletes nothing (issue #932)
|
||||||
Given we use the config "<config_file>"
|
Given we use the config "<config_file>"
|
||||||
When we run "jrnl --delete asdfasdf"
|
When we run "jrnl --delete asdfasdf"
|
||||||
Then the output should contain "NothingToDelete"
|
Then the output should contain "No entries to delete"
|
||||||
When we run "jrnl -99 --short"
|
When we run "jrnl -99 --short"
|
||||||
Then the output should be
|
Then the output should be
|
||||||
2020-08-29 11:11 Entry the first.
|
2020-08-29 11:11 Entry the first.
|
||||||
|
|
Loading…
Add table
Reference in a new issue