summaryrefslogtreecommitdiff
path: root/tests/test_oddball.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_oddball.py')
-rw-r--r--tests/test_oddball.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_oddball.py b/tests/test_oddball.py
index 5d615c35..1087ea57 100644
--- a/tests/test_oddball.py
+++ b/tests/test_oddball.py
@@ -125,7 +125,7 @@ class RecursionTest(CoverageTest):
_, statements, missing, _ = cov.analysis("recur.py")
self.assertEqual(statements, [1, 2, 3, 5, 7, 8, 9, 10, 11])
- self.assertEqual(missing, expected_missing)
+ self.assertEqual(expected_missing, missing)
# Get a warning about the stackoverflow effect on the tracing function.
if pytrace: # pragma: no metacov