Skip to content

Commit

Permalink
Update CodeCleanupTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Jul 27, 2022
1 parent 1d6733d commit b1b31a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EditorFeatures/CSharpTest/Formatting/CodeCleanupTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,8 @@ public void VerifyAllCodeStyleFixersAreSupportedByCodeCleanup(string language)
var expectedNumberOfUnsupportedDiagnosticIds =
language switch
{
LanguageNames.CSharp => 36,
LanguageNames.VisualBasic => 72,
LanguageNames.CSharp => 35,
LanguageNames.VisualBasic => 71,
_ => throw ExceptionUtilities.UnexpectedValue(language),
};

Expand Down

0 comments on commit b1b31a9

Please sign in to comment.