Skip to content

Commit c12ac41

Browse files
committed
update test
1 parent 0c21994 commit c12ac41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v3/test_metadata/test_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def test_parse_fill_value_complex_invalid(fill_value: Any, dtype_str: str) -> No
156156
f"length {len(fill_value)}."
157157
)
158158
with pytest.raises(ValueError, match=re.escape(match)):
159-
parse_fill_value(fill_value=fill_value, dtype_value=dtype_str)
159+
parse_fill_value(fill_value=fill_value, dtype=dtype_str)
160160

161161

162162
@pytest.mark.parametrize("fill_value", [{"foo": 10}])

0 commit comments

Comments
 (0)