Skip to content

Commit

Permalink
TMPCALL
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Oct 15, 2024
1 parent f3b3942 commit 6a5e0e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions datalad_core/runners/tests/test_callannex.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,4 @@ def test_call_annex_json_lines(tmp_path, bareannexrepo):

def test_call_annex_json_lines_multierrors(annexrepo):
with pytest.raises(CommandError, match='2 errors.*not a directory'):
consume(
call_annex_json_lines(['info', 'absent', 'gone'], cwd=annexrepo)
)
consume(call_annex_json_lines(['info', 'absent', 'gone'], cwd=annexrepo))

0 comments on commit 6a5e0e7

Please sign in to comment.