Skip to content

Commit

Permalink
fix flake8 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bpinsard committed May 15, 2024
1 parent 9c0c3c5 commit 6d3d3e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions niworkflows/interfaces/tests/test_bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,11 @@ def test_DerivativesDataSink_build_path(
**entities,
)

<<<<<<< HEAD
if isinstance(expectation, type):
=======
if type(expectation) is type(Exception):
>>>>>>> 601d1d1f (fix flake8 tests)
with pytest.raises(expectation):
dds.run()
return
Expand Down

0 comments on commit 6d3d3e4

Please sign in to comment.