Skip to content

Commit ee0926a

Browse files
committed
fix the unit tests for keywords
1 parent 91ce1fc commit ee0926a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_project.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ def copier_project_defaults():
1616
return {
1717
"package_name": "my_python_package",
1818
"package_short_description": "Short description of package",
19-
"keyword1": "keyword1",
20-
"keyword2": "keyword2",
19+
"keywords": "keyword1,keyword2",
2120
"version": "0.1.0",
2221
"github_organization": "<my-github-organization>",
2322
"full_name": "Jane Smith",

0 commit comments

Comments
 (0)