diff options
Diffstat (limited to 'tests/test_html.py')
-rw-r--r-- | tests/test_html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_html.py b/tests/test_html.py index 704f023a..fda68aeb 100644 --- a/tests/test_html.py +++ b/tests/test_html.py @@ -529,7 +529,7 @@ class HtmlGoldTests(CoverageGoldTest): 'but didn\'t jump to line 11</span>'), ('<span class="annotate short">17 ↛ exit</span>' '<span class="annotate long">Line 17 was executed, ' - 'but didn\'t jump to the function exit</span>'), + 'but didn\'t exit function "two"</span>'), ('<span class="annotate short">25 ↛ 26, ' '25 ↛ 28</span>' '<span class="annotate long">Line 25 was executed, ' |