Skip to content

Commit 256259b

Browse files
committed
Modify code styling in row-based step report
1 parent c267219 commit 256259b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pointblank/validate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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> / "

0 commit comments

Comments
 (0)