summaryrefslogtreecommitdiff
path: root/tests/farm/html/run_styled.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/farm/html/run_styled.py')
-rw-r--r--tests/farm/html/run_styled.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/farm/html/run_styled.py b/tests/farm/html/run_styled.py
index ad9b0275..eeebfe61 100644
--- a/tests/farm/html/run_styled.py
+++ b/tests/farm/html/run_styled.py
@@ -4,7 +4,7 @@
def html_it():
"""Run coverage.py and make an HTML report for a."""
import coverage
- cov = coverage.coverage()
+ cov = coverage.Coverage()
cov.start()
import a # pragma: nested
cov.stop() # pragma: nested