Skip to content

Commit 198bf34

Browse files
committed
Fixed typo in test name.
1 parent d1627a1 commit 198bf34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StyleCop.Analyzers/StyleCop.Analyzers.Test/OrderingRules/SA1202UnitTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ public string
960960
/// </summary>
961961
/// <returns>A <see cref="Task"/> representing the asynchronous unit test.</returns>
962962
[Fact]
963-
public async Task Issue150RegressionAsync()
963+
public async Task Issue1507RegressionAsync()
964964
{
965965
string testCode = @"public class OuterType
966966
{

0 commit comments

Comments
 (0)