Skip to content

Commit 84b0b22

Browse files
Newline
1 parent 7e8a0e3 commit 84b0b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli_new.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ def test_validate_pyproject_toml_contents(self, temp_project_dir):
120120
pyproject_content = (project_path / "pyproject.toml").read_text()
121121
assert 'name = "test-project"' in pyproject_content
122122
assert 'fastapi[standard]' in pyproject_content
123-
123+

0 commit comments

Comments
 (0)