We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6e7cb commit 1d38127Copy full SHA for 1d38127
nipype/pipeline/engine/tests/test_nodes.py
@@ -87,7 +87,7 @@
87
88
89
def test_node_init():
90
- with pytest.raises(Exception):
+ with pytest.raises(TypeError):
91
pe.Node()
92
with pytest.raises(IOError):
93
pe.Node(EngineTestInterface, name='test')
0 commit comments