diff --git a/tests/test_pyproject_model.py b/tests/test_pyproject_model.py index 9ee9629..fd89214 100644 --- a/tests/test_pyproject_model.py +++ b/tests/test_pyproject_model.py @@ -62,7 +62,7 @@ def test__parse_plugin_configs() -> None: } data_invalid_path = { - "location": "donot set this section from pyproject", + "location": "don't set this section from pyproject", "script": "hoge.py", } with pytest.raises(dacite.DaciteError) as ex: