Skip to content

Commit 2c26c82

Browse files
committed
fixup! BUG: fix incorrect reporting of number of wheels produced
1 parent e25855f commit 2c26c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_test/wheel_print_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_printout_wheels(capsys):
2525

2626
assert "id1" in captured.out
2727
assert "id2" in captured.out
28-
assert "wheels produced in" in captured.out
28+
assert "1 wheel produced in" in captured.out
2929
assert "SHA256=" in captured.out
3030

3131

0 commit comments

Comments
 (0)