mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-30 22:46:12 +02:00
parent
3c2ced0989
commit
cdad3230f0
2 changed files with 11 additions and 8 deletions
|
@ -164,7 +164,7 @@ def has_error(context):
|
|||
|
||||
@then('we should get no error')
|
||||
def no_error(context):
|
||||
assert context.exit_status is 0, context.exit_status
|
||||
assert context.exit_status == 0, context.exit_status
|
||||
|
||||
|
||||
@then('the output should be parsable as json')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue