From b1f9042ce9ea3f6ccc6ca56b0e3801affd1d0c2b Mon Sep 17 00:00:00 2001 From: Tom Longhurst <30480171+thomhurst@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:01:00 +0000 Subject: [PATCH]
--- TUnit.Engine/Reporters/GitHubReporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TUnit.Engine/Reporters/GitHubReporter.cs b/TUnit.Engine/Reporters/GitHubReporter.cs index ab564d9038..3720e54b7e 100644 --- a/TUnit.Engine/Reporters/GitHubReporter.cs +++ b/TUnit.Engine/Reporters/GitHubReporter.cs @@ -87,7 +87,7 @@ public Task AfterRunAsync(int exitCode, CancellationToken cancellation) if (!string.IsNullOrEmpty(Filter)) { - stringBuilder.AppendLine($"### Filter: {Filter}"); + stringBuilder.AppendLine($"### Filter:{Filter}"); } stringBuilder.AppendLine();