Skip to content

Commit 9b043a6

Browse files
committed
fix test failure
1 parent 1dfb7f0 commit 9b043a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_proc/test_wiener.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def test_noise_parameter(self, noisy_patch):
102102
def test_parameter_validation(self, noisy_patch):
103103
"""Test parameter validation."""
104104
# Test no parameters
105-
with pytest.raises(ParameterError, match="Must specify"):
105+
with pytest.raises(ParameterError, match="you must specify"):
106106
noisy_patch.wiener_filter()
107107

108108
def test_uniform_data(self, uniform_patch):

0 commit comments

Comments
 (0)