We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfb7f0 commit 9b043a6Copy full SHA for 9b043a6
tests/test_proc/test_wiener.py
@@ -102,7 +102,7 @@ def test_noise_parameter(self, noisy_patch):
102
def test_parameter_validation(self, noisy_patch):
103
"""Test parameter validation."""
104
# Test no parameters
105
- with pytest.raises(ParameterError, match="Must specify"):
+ with pytest.raises(ParameterError, match="you must specify"):
106
noisy_patch.wiener_filter()
107
108
def test_uniform_data(self, uniform_patch):
0 commit comments