Skip to content

Commit 13ff77b

Browse files
committed
Fix test
1 parent 61570f1 commit 13ff77b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spin/tests/test_build_cmds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_sdist(example_pkg):
118118

119119
def test_wheel(example_pkg):
120120
spin("wheel")
121-
wheel_file_list = list(Path("dist").glob("example_pkg-0.0.0dev0-*.whl"))
121+
wheel_file_list = list(Path("dist").glob("example_pkg-0.0.dev0-*.whl"))
122122
assert len(wheel_file_list) == 1, "Wheel file not created in dist/"
123123

124124

0 commit comments

Comments
 (0)