Skip to content

Commit 6838af6

Browse files
djareckaeffigies
andauthored
Update nibabel/tests/test_image_api.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent 19b55b9 commit 6838af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/tests/test_image_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def validate_header_deprecated(self, imaker, params):
115115
img = imaker()
116116
with pytest.deprecated_call():
117117
hdr = img.get_header()
118-
assert hdr is img.header
118+
assert hdr is img.header
119119

120120
def validate_filenames(self, imaker, params):
121121
# Validate the filename, file_map interface

0 commit comments

Comments
 (0)