Skip to content

Commit 1d38127

Browse files
committed
fix error type
1 parent 9a6e7cb commit 1d38127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/pipeline/engine/tests/test_nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888

8989
def test_node_init():
90-
with pytest.raises(Exception):
90+
with pytest.raises(TypeError):
9191
pe.Node()
9292
with pytest.raises(IOError):
9393
pe.Node(EngineTestInterface, name='test')

0 commit comments

Comments
 (0)