From 9565d460492d8b52865a9707694f7259bd39a47c Mon Sep 17 00:00:00 2001 From: Sam Cunliffe Date: Fri, 4 Aug 2023 13:37:02 +0100 Subject: [PATCH] Paddy's fstring. Because fstrings are cool. Co-authored-by: Patrick Roddy --- tests/test_package_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_package_gen.py b/tests/test_package_gen.py index 9141c6a7..cc42380e 100644 --- a/tests/test_package_gen.py +++ b/tests/test_package_gen.py @@ -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",