mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-01 06:46:14 +02:00
change output of failing test to be a little more useful
This commit is contained in:
parent
3956b75698
commit
75e145ae88
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ def output_should_not_contain(expected_output, cli_run):
|
|||
def output_should_be(expected_output, cli_run):
|
||||
actual = cli_run["stdout"].strip()
|
||||
expected = expected_output.strip()
|
||||
assert expected == actual
|
||||
assert actual == expected
|
||||
|
||||
|
||||
@then("the output should be empty")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue