summaryrefslogtreecommitdiff
path: root/tests/test_arcs.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-02-14 20:25:08 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-02-14 20:25:08 -0500
commit1165a67b7f28acf1f9af4d5d094843d006980b5f (patch)
tree2716faed1319414015e047283ec97e5872c065ab /tests/test_arcs.py
parent6549bd2b2e2cf51a3edbae330dbd961a6b5b6fe5 (diff)
downloadpython-coveragepy-git-1165a67b7f28acf1f9af4d5d094843d006980b5f.tar.gz
More work on better missing branch descriptions
Diffstat (limited to 'tests/test_arcs.py')
-rw-r--r--tests/test_arcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_arcs.py b/tests/test_arcs.py
index cd159e1c..dd7e9b37 100644
--- a/tests/test_arcs.py
+++ b/tests/test_arcs.py
@@ -592,7 +592,7 @@ class ExceptionArcTest(CoverageTest):
self.check_coverage("""\
a, c, d, i = 1, 1, 1, 99
try:
- for i in range(5):
+ for i in range(3):
try:
a = 5
if i > 0: