Skip to content

Commit

Permalink
fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed Apr 7, 2021
1 parent 7fe5db5 commit b5eb05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def verify_files(root, config):
"docs/getting-started.rst",
"docs/index.rst",
"docs/make.bat",
"ethics.md"
"ethics.md",
"notebooks/.gitkeep",
"notebooks/.nbautoexport",
"references/.gitkeep",
Expand Down

0 comments on commit b5eb05d

Please sign in to comment.