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 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)