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 3bc9c58 commit e84ada2Copy full SHA for e84ada2
nipype/interfaces/base/tests/test_support.py
@@ -35,7 +35,7 @@ def test_bunch_methods():
35
assert b.get("a") == 3
36
assert b.get("badkey", "otherthing") == "otherthing"
37
assert b != newb
38
- assert type(dict()) is type(newb)
+ assert type(newb) is dict
39
assert newb["a"] == 3
40
41
0 commit comments