summaryrefslogtreecommitdiff
path: root/tests/test_arcs.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-12 13:41:54 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-12 13:41:54 -0400
commitc2f0d6406cf6d18f35f1a0de6025a017d3382974 (patch)
tree04b6596a86a29c4e7c0112f2b08340c0af39cb7f /tests/test_arcs.py
parentf5c5a8f5ca51e8aa17749692d46d6933a1fee663 (diff)
downloadpython-coveragepy-git-c2f0d6406cf6d18f35f1a0de6025a017d3382974.tar.gz
More reworking of the data api
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])