Skip to content

Commit 8b7c45a

Browse files
committed
Fix assertion.
1 parent baa7f23 commit 8b7c45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pytest_cov.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ def test_run():
12611261
[
12621262
('signal.signal(signal.SIGBREAK, signal.SIG_DFL)', '62% 4, 23-28'),
12631263
('signal.signal(signal.SIGBREAK, cleanup)', '100%'),
1264-
('', '80% 4, 27-28' if platform.python_implementation() == "PyPy" else '67% 4, 25-28'),
1264+
('', '81% 4, 27-28' if platform.python_implementation() == 'PyPy' else '67% 4, 25-28'),
12651265
],
12661266
)
12671267
def test_cleanup_on_sigterm_sig_break(pytester, testdir, setup):

0 commit comments

Comments
 (0)