Skip to content

Commit

Permalink
Fix metadata test
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed May 11, 2023
1 parent 50e2687 commit 8ea9361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_boilerplate_removed.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def assert_not_contains_text(path: str, text: str, explanation: str):

# pyproject.toml
def test_module_summary():
summary = metadata("python3-pip-skeleton")["summary"]
summary = metadata("catio")["summary"]
skeleton_check(
"One line description of your module" in summary,
"Please change project.description in ./pyproject.toml "
Expand Down

0 comments on commit 8ea9361

Please sign in to comment.