Skip to content

Commit

Permalink
Paddy's fstring. Because fstrings are cool.
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Roddy <[email protected]>
  • Loading branch information
samcunliffe and paddyroddy committed Aug 4, 2023
1 parent ca47835 commit 9565d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_package_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_package_generation(
Path("src") / project_config["expected_slug"],
Path("src")
/ project_config["expected_slug"]
/ (project_config["expected_slug"] + ".py"),
/ f"{project_config['expected_slug']}.py",
"tests",
Path(".github"),
Path(".github") / "workflows",
Expand Down

0 comments on commit 9565d46

Please sign in to comment.