Skip to content

Commit 4fc2322

Browse files
committed
bugfix kwarg
1 parent 62e4bb3 commit 4fc2322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/v4/test_field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_field_init_param_types():
3636
],
3737
)
3838
def test_field_incompatible_combination(data, grid):
39-
with pytest.raises(ValueError, msg="Incompatible data-grid combination."):
39+
with pytest.raises(ValueError, match="Incompatible data-grid combination."):
4040
Field(
4141
name="test_field",
4242
data=data,

0 commit comments

Comments
 (0)