diff --git a/analyzers/tests/SonarAnalyzer.UnitTest/Rules/NativeMethodsShouldBeWrappedTest.cs b/analyzers/tests/SonarAnalyzer.UnitTest/Rules/NativeMethodsShouldBeWrappedTest.cs index 248384f4d64..f4791f5b030 100644 --- a/analyzers/tests/SonarAnalyzer.UnitTest/Rules/NativeMethodsShouldBeWrappedTest.cs +++ b/analyzers/tests/SonarAnalyzer.UnitTest/Rules/NativeMethodsShouldBeWrappedTest.cs @@ -44,8 +44,8 @@ public void NativeMethodsShouldBeWrapped_CSharp10() => // NativeMethodsShouldBeWrapped.CSharp11.SourceGenerator.cs contains the code as generated by the SourceGenerator. To regenerate it: // * Take the code from NativeMethodsShouldBeWrapped.CSharp11.cs // * Copy it to a new .Net 7 project - // * press F12 on any of the partial methods - // * copy the result to NativeMethodsShouldBeWrapped.CSharp11.SourceGenerator.cs + // * Press F12 on any of the partial methods + // * Copy the result to NativeMethodsShouldBeWrapped.CSharp11.SourceGenerator.cs [TestMethod] public void NativeMethodsShouldBeWrapped_CSharp11() => builder