Skip to content

Commit 51e8790

Browse files
committed
TST - reenable test with typo in name
Typo in name meant test was probably not being run
1 parent 35e3655 commit 51e8790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_array_to_file():
110110
assert_array_almost_equal(arr, data_back)
111111

112112

113-
def teset_a2f_intercept_scale():
113+
def test_a2f_intercept_scale():
114114
arr = np.array([0.0, 1.0, 2.0])
115115
str_io = BytesIO()
116116
# intercept

0 commit comments

Comments
 (0)