Skip to content

Commit f14a0f3

Browse files
committed
mis renamed varaible
1 parent d9bbeed commit f14a0f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/testing/ipunittest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def count_failures(runner):
5656
return [
5757
TestResults(failure, try_)
5858
for failure, try_, skip in runner._stats.values()
59-
if f > 0
59+
if failure > 0
6060
]
6161

6262

0 commit comments

Comments
 (0)