Skip to content

Commit 01d46ab

Browse files
authored
Apply suggestion from @ahms5
1 parent 165db9d commit 01d46ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_copier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def test_content_circleci(default_project, desired):
203203

204204

205205
@pytest.mark.parametrize("desired", [
206-
' python-version: 3.14',
206+
' python-version: "3.14"',
207207
])
208208
def test_content_github_action_create_pr_on_template_updates(default_project, desired):
209209
content = default_project.project_dir.joinpath(

0 commit comments

Comments
 (0)