From 4798780aa47c05d341a60dc96f429ccf84dcfe50 Mon Sep 17 00:00:00 2001 From: camcui Date: Fri, 12 Apr 2024 17:16:21 +0800 Subject: [PATCH] chore: fix typo in comment Signed-off-by: camcui --- tests/test_pyproject_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: