From 9b911d2117ecc88c37f70fcf2ee59ab31b7a7388 Mon Sep 17 00:00:00 2001 From: Allison Chou Date: Mon, 21 Sep 2020 18:37:27 -0700 Subject: [PATCH] Update work item ID to be correct --- src/EditorFeatures/CSharpTest/AddParameter/AddParameterTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EditorFeatures/CSharpTest/AddParameter/AddParameterTests.cs b/src/EditorFeatures/CSharpTest/AddParameter/AddParameterTests.cs index 0d75fd6b32f..784c381fbf3 100644 --- a/src/EditorFeatures/CSharpTest/AddParameter/AddParameterTests.cs +++ b/src/EditorFeatures/CSharpTest/AddParameter/AddParameterTests.cs @@ -2785,7 +2785,7 @@ void local(int x, int y, int v) "); } - [WorkItem(44271, "https://github.com/dotnet/roslyn/issues/44271")] + [WorkItem(42559, "https://github.com/dotnet/roslyn/issues/42559")] [Fact, Trait(Traits.Feature, Traits.Features.CodeActionsAddParameter)] public async Task TestAddParameter_TargetTypedNew() { -- GitLab