Skip to content

Commit 1eeb436

Browse files
committed
Make the test intent more obvious
1 parent e7d32c0 commit 1eeb436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp9/DocumentationRules/SA1649CSharp9UnitTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public async Task VerifyTopLevelStatementsOnlyDoNotReportAsync()
2525
TestState =
2626
{
2727
OutputKind = OutputKind.ConsoleApplication,
28-
Sources = { ("Program.cs", testCode) },
28+
Sources = { ("NameNotBasedOnTheCode.cs", testCode) },
2929
},
3030
};
3131

0 commit comments

Comments
 (0)