Skip to content

Commit

Permalink
Fix string conversion of `Microsoft.TestPlatform.Extensions.TrxLogger…
Browse files Browse the repository at this point in the history
….ObjectMode.TestOutcome` (#4243)

Fix string conversion of `Microsoft.TestPlatform.Extensions.TrxLogger.ObjectMode.TestOutcome`
  • Loading branch information
MarcoRossignoli committed Jan 4, 2023
1 parent d1cf423 commit a6db0cb
Showing 1 changed file with 1 addition and 11 deletions.
Expand Up @@ -86,15 +86,5 @@ internal enum TestOutcome
/// <summary>
/// Test is in the execution queue, was not started yet.
/// </summary>
Pending,

/// <summary>
/// The min value of this enum
/// </summary>
Min = Error,

/// <summary>
/// The max value of this enum
/// </summary>
Max = Pending
Pending
}

0 comments on commit a6db0cb

Please sign in to comment.