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` (microsoft#4243)

Fix string conversion of `Microsoft.TestPlatform.Extensions.TrxLogger.ObjectMode.TestOutcome`
  • Loading branch information
MarcoRossignoli authored and Marco Rossignoli committed Jan 5, 2023
1 parent be79eb4 commit 60bc3a2
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 60bc3a2

Please sign in to comment.