We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d874c commit 4a11466Copy full SHA for 4a11466
1 file changed
StyleCop.Analyzers/StyleCop.Analyzers.Test/LayoutRules/SA1501UnitTests.cs
@@ -1017,7 +1017,7 @@ protected override IEnumerable<string> GetDisabledDiagnostics()
1017
/// <returns>A <see cref="Task"/> representing the asynchronous unit test.</returns>
1018
[Theory]
1019
[MemberData(nameof(TestStatements))]
1020
- private async Task TestNoSA1503CodeFixForStatementAsync(string statementText)
+ public async Task TestNoSA1503CodeFixForStatementAsync(string statementText)
1021
{
1022
this.suppressSA1503 = true;
1023
await this.VerifyCSharpFixAsync(this.GenerateTestStatement(statementText), this.GenerateFixedTestStatement(statementText)).ConfigureAwait(false);
0 commit comments