Skip to content

Commit dec3a2d

Browse files
Update nibabel/gifti/tests/test_parse_gifti_fast.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 46c8487 commit dec3a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/gifti/tests/test_parse_gifti_fast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def test_external_file_failure_cases():
447447
shutil.copy(DATA_FILE7, '.')
448448
filename = pjoin(tmpdir, basename(DATA_FILE7))
449449
with pytest.raises(GiftiParseError):
450-
_ = load(filename)
450+
load(filename)
451451
# load from in-memory xml string (parser requires it as bytes)
452452
with open(DATA_FILE7, 'rb') as f:
453453
xmldata = f.read()

0 commit comments

Comments
 (0)