diff --git a/TUnit.Engine/Reporters/GitHubReporter.cs b/TUnit.Engine/Reporters/GitHubReporter.cs index 391f5ec074..8b03a24454 100644 --- a/TUnit.Engine/Reporters/GitHubReporter.cs +++ b/TUnit.Engine/Reporters/GitHubReporter.cs @@ -29,7 +29,7 @@ public async Task IsEnabledAsync() return await extension.IsEnabledAsync(); } - public string Uid => extension.Uid; + public string Uid { get; } = $"{extension.Uid}GitHubReporter"; public string Version => extension.Version;