Skip to content

Commit 289d856

Browse files
committed
fix tests
1 parent 5f2445c commit 289d856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/dipy/tests/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def test_get_dipy_workflows():
144144
l_wkflw = get_dipy_workflows(align)
145145
for name, obj in l_wkflw:
146146
assert name.endswith('Flow')
147-
assert issubclass(align.Workflow)
147+
assert issubclass(obj, align.Workflow)
148148

149149

150150
if __name__ == "__main__":

0 commit comments

Comments
 (0)