Skip to content

Commit

Permalink
Update tests/darwin/importer/formats/import_nifti_test.py
Browse files Browse the repository at this point in the history
Co-authored-by: dorfmanrobert <[email protected]>
  • Loading branch information
JBWilkie and dorfmanrobert authored Nov 8, 2024
1 parent da844d4 commit 894b04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/darwin/importer/formats/import_nifti_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def test_get_new_axial_size_with_isotropic():
assert new_size == (20, 10)


def test_process_nifti_orinetation(team_slug_darwin_json_v2):
def test_process_nifti_orientation(team_slug_darwin_json_v2):
with tempfile.TemporaryDirectory() as tmpdir:
with ZipFile("tests/data.zip") as zfile:
zfile.extractall(tmpdir)
Expand Down

0 comments on commit 894b04e

Please sign in to comment.