Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerluis1982 committed Jan 31, 2023
1 parent f1516a1 commit 4d1e804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/console/commands/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_build_with_multiple_readme_files(
build_dir = target_dir / "dist"
assert build_dir.exists()

sdist_file = build_dir / "my-package-0.1.tar.gz"
sdist_file = build_dir / "my_package-0.1.tar.gz"
assert sdist_file.exists()
assert sdist_file.stat().st_size > 0

Expand Down

0 comments on commit 4d1e804

Please sign in to comment.