Skip to content

Commit

Permalink
chore: add edge cases for test_run_using_element_file()
Browse files Browse the repository at this point in the history
  • Loading branch information
synchon committed Oct 6, 2023
1 parent 430ea63 commit 17703ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions junifer/api/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def test_run_and_collect_commands(
[
"sub-01",
"sub-01\nsub-02",
" sub-01 ",
"sub-01\n sub-02",
],
)
def test_run_using_element_file(tmp_path: Path, elements: str) -> None:
Expand Down

0 comments on commit 17703ff

Please sign in to comment.