Skip to content

Commit 6534ba6

Browse files
committed
fix: failing test since raised exception has been changed
1 parent 3b5bfa9 commit 6534ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/base/tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def _list_outputs(self):
289289
return {'foo': 1}
290290

291291
obj = DerivedInterface1()
292-
with pytest.raises(KeyError):
292+
with pytest.raises(TypeError):
293293
obj.run()
294294

295295

0 commit comments

Comments
 (0)