summaryrefslogtreecommitdiff
path: root/tests/test_arcs.py
diff options
context:
space:
mode:
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 63120616..c84c5441 100644
--- a/tests/test_arcs.py
+++ b/tests/test_arcs.py
@@ -761,5 +761,5 @@ class LineDataTest(CoverageTest):
self.start_import_stop(cov, "fun1")
data = cov.get_data()
- fun1_lines = data.line_data()[abs_file("fun1.py")]
+ fun1_lines = data.line_data(abs_file("fun1.py"))
self.assertEqual(fun1_lines, [1, 2, 5])