summaryrefslogtreecommitdiff
path: root/tests/test_html.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_html.py')
-rw-r--r--tests/test_html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_html.py b/tests/test_html.py
index 1b2a51e9..e16bf879 100644
--- a/tests/test_html.py
+++ b/tests/test_html.py
@@ -279,7 +279,7 @@ class HtmlWithUnparsableFilesTest(HtmlTestHelpers, CoverageTest):
1,
"Expected a warning to be thrown when an invalid python file is parsed")
self.assertIn(
- "Could not parse python file",
+ "Could not parse Python file",
cov._warnings[0],
"Warning message should be in 'invalid file' warning"
)