mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Fix unit test for contains to allow list instead of single value
This commit is contained in:
parent
989f504180
commit
beb8608504
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def test_empty():
|
||||||
|
|
||||||
|
|
||||||
def test_contains_alone():
|
def test_contains_alone():
|
||||||
assert cli_as_dict("-contains whatever") == expected_args(contains="whatever")
|
assert cli_as_dict("-contains whatever") == expected_args(contains=["whatever"])
|
||||||
|
|
||||||
|
|
||||||
def test_debug_alone():
|
def test_debug_alone():
|
||||||
|
|
Loading…
Add table
Reference in a new issue