summaryrefslogtreecommitdiff
path: root/tests/test_oddball.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-14 05:39:50 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-14 05:39:50 -0400
commitd4652ca5603d9c1f5df9f8cac856ce06332502f3 (patch)
tree81e07fa8307c64db9b94de746468f8d1ed87aef0 /tests/test_oddball.py
parent20e59fb2eb6a9dcc513e34b56c0e6cb523777ce7 (diff)
downloadpython-coveragepy-git-d4652ca5603d9c1f5df9f8cac856ce06332502f3.tar.gz
is better than
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 5288f022..1c92273b 100644
--- a/tests/test_oddball.py
+++ b/tests/test_oddball.py
@@ -323,7 +323,7 @@ class ExceptionTest(CoverageTest):
data = cov.get_data()
for callname in callnames:
filename = callname + ".py"
- lines = data.line_data(abs_file(filename))
+ lines = data.lines(abs_file(filename))
clean_lines[filename] = sorted(lines)
self.assertEqual(clean_lines, lines_expected)