Skip to content

Commit

Permalink
test; fix further typo
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Sep 26, 2023
1 parent 2066c66 commit 451b38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_quickstart(tmp_path: Path, sphinx_run, make_app):
"""Test the quickstart CLI builds a valid sphinx project."""
project_path = tmp_path / "project"
quickstart([str(project_path)])
assert {p.name for p in path.iterdir()} == {
assert {p.name for p in project_path.iterdir()} == {
".gitignore",
"conf.py",
"index.md",
Expand Down

0 comments on commit 451b38a

Please sign in to comment.