Skip to content

Commit

Permalink
chore: fix typo in comment (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: camcui <[email protected]>
  • Loading branch information
camcui committed Apr 18, 2024
1 parent 457e9a5 commit 4d304c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pyproject_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4d304c2

Please sign in to comment.