diff --git a/src/EditorFeatures/CSharpTest/CodeActions/ReplaceMethodWithProperty/ReplaceMethodWithPropertyTests.cs b/src/EditorFeatures/CSharpTest/CodeActions/ReplaceMethodWithProperty/ReplaceMethodWithPropertyTests.cs index 9f83ead9bb76d81f52610845453a1c9a6358bf58..bd40bb3efb505eeab54acd51528c2aad06704b1e 100644 --- a/src/EditorFeatures/CSharpTest/CodeActions/ReplaceMethodWithProperty/ReplaceMethodWithPropertyTests.cs +++ b/src/EditorFeatures/CSharpTest/CodeActions/ReplaceMethodWithProperty/ReplaceMethodWithPropertyTests.cs @@ -2335,7 +2335,8 @@ int GetGoo() }"); } - [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsReplaceMethodWithProperty), WorkItem(42699, "https://github.com/dotnet/roslyn/issues/42699")] + [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsReplaceMethodWithProperty)] + [WorkItem(42699, "https://github.com/dotnet/roslyn/issues/42699")] public async Task TestSameNameMemberAsProperty() { await TestInRegularAndScript1Async(