Skip to content

Commit

Permalink
Tests: Fixed typo in test report template
Browse files Browse the repository at this point in the history
  • Loading branch information
mvnmgrx committed Feb 14, 2023
1 parent 63c57a7 commit ec6546f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/reporter/template/report_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2 class="text-capitalize">{{ title }}</h2>
{%- if test_case.stdout %}<p>{{ test_case.stdout }}</p>{% endif %}
{%- if test_case.err %}<p style="color:maroon;">{{ test_case.err[0].__name__ }}: {{ test_case.err[1] }}</p>{% endif %}
{%- if test_case.err %}<p style="color:maroon;"><pre><code>{{ test_case.test_exception_info }}</code></pre></p>{% endif %}
<h5 style="color:maroon;">Expected (right) vs produced (left):</h5>
<h5 style="color:maroon;">Expected (left) vs produced (right):</h5>
<div class="output-diff">{{ test_case.diff|safe }}</div>
</td>
</tr>
Expand Down

0 comments on commit ec6546f

Please sign in to comment.