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 abe1b59 commit 47ec680Copy full SHA for 47ec680
nipype/tests/test_nipype.py
@@ -19,7 +19,7 @@ def test_nipype_info():
19
)
20
def test_git_hash():
21
# removing the first "g" from gitversion
22
- get_nipype_gitversion()[1:] == get_info()["commit_hash"]
+ assert get_nipype_gitversion()[1:] == get_info()["commit_hash"]
23
24
25
def _check_no_et():
0 commit comments