Skip to content

Commit d8d3a44

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

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
@@ -453,7 +453,7 @@ def test_external_file_failure_cases():
453453
xmldata = f.read()
454454
parser = GiftiImageParser()
455455
with pytest.raises(GiftiParseError):
456-
_ = parser.parse(xmldata)
456+
parser.parse(xmldata)
457457

458458

459459
def test_load_compressed():

0 commit comments

Comments
 (0)