mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 21:46:13 +02:00
Fix failing behave tests
This commit is contained in:
parent
84002574e6
commit
044accff6d
4 changed files with 25 additions and 3 deletions
|
@ -41,7 +41,7 @@ def open_journal(journal_name="default"):
|
|||
config.update(journal_conf)
|
||||
else: # But also just give them a string to point to the journal file
|
||||
config['journal'] = journal_conf
|
||||
return Journal.Journal(**config)
|
||||
return Journal.open_journal(journal_name, config)
|
||||
|
||||
|
||||
@given('we use the config "{config_file}"')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue