Skip to content

Commit

Permalink
Fix EditorConfig Formatting test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Apr 16, 2022
1 parent b346915 commit 2f88954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/OmniSharp.Roslyn.CSharp.Tests/EditorConfigFacts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class Bar:Foo { }
Line = point.Line,
Column = point.Offset,
FileName = testFile.FileName,
Identifier = "Fix formatting",
Identifier = "AbstractFormattingCodeFixProvider",
WantsTextChanges = false,
WantsAllCodeActionOperations = true,
Buffer = testFile.Content.Code
Expand Down

0 comments on commit 2f88954

Please sign in to comment.