File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10376,7 +10376,7 @@ def _step_report_row_based(
1037610376 "<div style='padding-top: 7px;'>"
1037710377 "ASSERTION <span style='border-style: solid; border-width: thin; "
1037810378 "border-color: lightblue; padding-left: 2px; padding-right: 2px;'>"
10379- f"<code style='color: #303030;'>{ text } </code></span>"
10379+ f"<code style='color: #303030; background-color: transparent; '>{ text } </code></span>"
1038010380 "</div>"
1038110381 "<div style='padding-top: 7px;'>"
1038210382 f"<strong>{ n } </strong> TEST UNITS <em>ALL PASSED</em> "
@@ -10459,7 +10459,7 @@ def _step_report_row_based(
1045910459 "<div style='padding-top: 7px;'>"
1046010460 "ASSERTION <span style='border-style: solid; border-width: thin; "
1046110461 "border-color: lightblue; padding-left: 2px; padding-right: 2px;'>"
10462- f"<code style='color: #303030;'>{ text } </code></span>"
10462+ f"<code style='color: #303030; background-color: transparent; '>{ text } </code></span>"
1046310463 "</div>"
1046410464 "<div style='padding-top: 7px;'>"
1046510465 f"<strong>{ n_failed } </strong> / "
You can’t perform that action at this time.
0 commit comments