diff --git a/TUnit.Engine/Reporters/Html/HtmlReportGenerator.cs b/TUnit.Engine/Reporters/Html/HtmlReportGenerator.cs index 42f5f13158..d76b810a58 100644 --- a/TUnit.Engine/Reporters/Html/HtmlReportGenerator.cs +++ b/TUnit.Engine/Reporters/Html/HtmlReportGenerator.cs @@ -1372,7 +1372,7 @@ function gd(s) { const cls = s.status === 'Error' ? 'err' : s.status === 'Ok' ? 'ok' : 'unk'; h += '
'; h += '
'; - h += '' + esc(s.name) + ''; + h += '' + esc(s.name) + ''; h += '' + fmt(s.durationMs) + ''; h += '
'; h += '
';