Skip to content

Commit 6b7b112

Browse files
Fix string conversion of Microsoft.TestPlatform.Extensions.TrxLogger.ObjectMode.TestOutcome (#4243) (#4246)
Fix string conversion of `Microsoft.TestPlatform.Extensions.TrxLogger.ObjectMode.TestOutcome`
1 parent be79eb4 commit 6b7b112

File tree

1 file changed

+1
-11
lines changed
  • src/Microsoft.TestPlatform.Extensions.TrxLogger/ObjectModel

1 file changed

+1
-11
lines changed

src/Microsoft.TestPlatform.Extensions.TrxLogger/ObjectModel/TestOutcome.cs

+1-11
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,5 @@ internal enum TestOutcome
8686
/// <summary>
8787
/// Test is in the execution queue, was not started yet.
8888
/// </summary>
89-
Pending,
90-
91-
/// <summary>
92-
/// The min value of this enum
93-
/// </summary>
94-
Min = Error,
95-
96-
/// <summary>
97-
/// The max value of this enum
98-
/// </summary>
99-
Max = Pending
89+
Pending
10090
}

0 commit comments

Comments
 (0)