Skip to content

Commit 6d3d3e4

Browse files
committed
fix flake8 tests
1 parent 9c0c3c5 commit 6d3d3e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

niworkflows/interfaces/tests/test_bids.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,11 @@ def test_DerivativesDataSink_build_path(
300300
**entities,
301301
)
302302

303+
<<<<<<< HEAD
303304
if isinstance(expectation, type):
305+
=======
306+
if type(expectation) is type(Exception):
307+
>>>>>>> 601d1d1f (fix flake8 tests)
304308
with pytest.raises(expectation):
305309
dds.run()
306310
return

0 commit comments

Comments
 (0)