Skip to content

Commit b31dc8e

Browse files
Fix test test_scipy_fft_arg_validate
1 parent 960cfab commit b31dc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkl_fft/tests/test_interfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ def test_scipy_fft_arg_validate():
136136
with pytest.raises(ValueError):
137137
mfi.scipy_fft.fft([1,2,3,4], norm=b"invalid")
138138

139-
with pytest.raises(ValueError):
139+
with pytest.raises(NotImplementedError):
140140
mfi.scipy_fft.fft([1,2,3,4], plan="magic")
141141

0 commit comments

Comments
 (0)