mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
Fix failing tests and linting issues
This commit is contained in:
parent
65a3b2ce7c
commit
0e1f415c97
3 changed files with 13 additions and 3 deletions
|
@ -45,6 +45,7 @@ Feature: Upgrading Journals from 1.x.x to 2.x.x
|
|||
Y
|
||||
"""
|
||||
Then the output should contain "Error: features/journals/missing.journal does not exist."
|
||||
And we should get no error
|
||||
|
||||
Scenario: Upgrade with missing encrypted journal
|
||||
Given we use the config "upgrade_from_195_with_missing_encrypted_journal.json"
|
||||
|
@ -52,7 +53,7 @@ Feature: Upgrading Journals from 1.x.x to 2.x.x
|
|||
"""
|
||||
Y
|
||||
bad doggie no biscuit
|
||||
bad doggie no biscuit
|
||||
"""
|
||||
Then the output should contain "Error: features/journals/missing.journal does not exist."
|
||||
and the output should contain "We're all done here"
|
||||
And the error output should contain "We're all done"
|
||||
And we should get no error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue