Skip to content

Commit cb78ce5

Browse files
Update src/TestFramework/TestFramework/Attributes/TestMethod/TaskRunTestMethodAttribute.cs
Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>
1 parent 2e87e1f commit cb78ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestFramework/TestFramework/Attributes/TestMethod/TaskRunTestMethodAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace Microsoft.VisualStudio.TestTools.UnitTesting;
2626
/// which can still lead to issues, but the test runner will not block waiting for it to complete.
2727
/// </para>
2828
/// </remarks>
29-
public class TaskRunTestMethodAttribute : TestMethodAttribute
29+
public sealed class TaskRunTestMethodAttribute : TestMethodAttribute
3030
{
3131
private readonly TestMethodAttribute? _testMethodAttribute;
3232

0 commit comments

Comments
 (0)