Skip to content

Commit

Permalink
Fix ImplementType CodeAction Identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Oct 1, 2024
1 parent b0c1518 commit 746634c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/OmniSharp.Roslyn.CSharp.Tests/ImplementTypeFacts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private async Task VerifyImplementType(string code, string expectedChange, Dicti
Column = point.Offset,
FileName = testFile.FileName,
Buffer = testFile.Content.Code,
Identifier = "False;False;True:global::IFoo;AssemblyName;Microsoft.CodeAnalysis.ImplementInterface.AbstractImplementInterfaceService+ImplementInterfaceCodeAction;",
Identifier = "False;False;True:global::IFoo;Microsoft.CodeAnalysis.ImplementInterface.AbstractImplementInterfaceService+ImplementInterfaceCodeAction;",
WantsTextChanges = true,
WantsAllCodeActionOperations = true
};
Expand Down

0 comments on commit 746634c

Please sign in to comment.