From d9aba62b51ee8d7d503610d6409ec7056beedd2b Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Tue, 29 Sep 2020 22:53:25 -0400 Subject: [PATCH] Update src/EditorFeatures/CSharpTest/CodeActions/ReplaceMethodWithProperty/ReplaceMethodWithPropertyTests.cs Co-authored-by: CyrusNajmabadi --- .../ReplaceMethodWithProperty/ReplaceMethodWithPropertyTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/EditorFeatures/CSharpTest/CodeActions/ReplaceMethodWithProperty/ReplaceMethodWithPropertyTests.cs b/src/EditorFeatures/CSharpTest/CodeActions/ReplaceMethodWithProperty/ReplaceMethodWithPropertyTests.cs index ffae890a006..bcdcc9e2246 100644 --- a/src/EditorFeatures/CSharpTest/CodeActions/ReplaceMethodWithProperty/ReplaceMethodWithPropertyTests.cs +++ b/src/EditorFeatures/CSharpTest/CodeActions/ReplaceMethodWithProperty/ReplaceMethodWithPropertyTests.cs @@ -2359,6 +2359,7 @@ int Goo1 } }"); } + [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsReplaceMethodWithProperty)] [WorkItem(42698, "https://github.com/dotnet/roslyn/issues/42698")] public async Task TestMethodWithTrivia_3() -- GitLab