Skip to content

Commit a093e0d

Browse files
committed
fix(d): d
1 parent ce87cfe commit a093e0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_bump_update_version_in_files.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ def docker_compose_file(tmpdir):
7878
def multiple_versions_to_update_poetry_lock(tmpdir, request):
7979
tmp_file = tmpdir.join("pyproject.toml")
8080
copyfile(
81-
f"{TESTING_FILE_PREFIX}/{request.param}",
82-
str(tmp_file),
81+
f"{TESTING_FILE_PREFIX}/{request.param}", str(tmp_file),
8382
)
8483
return str(tmp_file)
8584

0 commit comments

Comments
 (0)