Skip to content

Commit

Permalink
trim trailing ws
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-callonnec committed Feb 9, 2024
1 parent aa3fe9a commit 9c9c143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/console/commands/test_publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def test_publish_dist_dir_and_build_options(
source_dir = fixture_dir("simple_project")
target_dir = tmp_path / "project"
shutil.copytree(str(source_dir), str(target_dir))

# Remove dist dir because as it will be built again
shutil.rmtree(target_dir / "dist")

Expand Down

0 comments on commit 9c9c143

Please sign in to comment.