We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e4bb3 commit 4fc2322Copy full SHA for 4fc2322
1 file changed
tests/v4/test_field.py
@@ -36,7 +36,7 @@ def test_field_init_param_types():
36
],
37
)
38
def test_field_incompatible_combination(data, grid):
39
- with pytest.raises(ValueError, msg="Incompatible data-grid combination."):
+ with pytest.raises(ValueError, match="Incompatible data-grid combination."):
40
Field(
41
name="test_field",
42
data=data,
0 commit comments