diff --git a/GitHubActionsTestLogger/TestSummaryTemplate.cshtml b/GitHubActionsTestLogger/TestSummaryTemplate.cshtml index acd38ad..43a6e3c 100644 --- a/GitHubActionsTestLogger/TestSummaryTemplate.cshtml +++ b/GitHubActionsTestLogger/TestSummaryTemplate.cshtml @@ -108,7 +108,7 @@ TestOutcome.Passed => "🟩", TestOutcome.Failed => "🟥", _ => "🟨" - }; + }; // Use display name if it's different from the fully qualified name, // otherwise use the minimally qualified name. @@ -143,7 +143,7 @@ testResult.ErrorMessage, testResult.ErrorStackTrace, "```" - ); + ); } }