We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d93526 commit 48dcb47Copy full SHA for 48dcb47
nibabel/tests/test_tripwire.py
@@ -16,5 +16,5 @@ def test_tripwire():
16
with pytest.raises(TripWireError):
17
silly_module_name.do_silly_thing
18
# Check AttributeError can be checked too
19
- with pytest.raises(AttributeError) as err:
+ with pytest.raises(AttributeError):
20
silly_module_name.__wrapped__
0 commit comments