diff --git a/tests/console/commands/test_build.py b/tests/console/commands/test_build.py index c9b880d3379..8764c363e05 100644 --- a/tests/console/commands/test_build.py +++ b/tests/console/commands/test_build.py @@ -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