Skip to content

Commit

Permalink
Update StyleCop.Analyzers/StyleCop.Analyzers.Test/ReadabilityRules/SA…
Browse files Browse the repository at this point in the history
…1130UnitTests.cs

Co-Authored-By: vweijsters <vweijsters@users.noreply.github.com>
  • Loading branch information
sharwell and vweijsters authored Mar 1, 2019
1 parent ffe11e1 commit da77782
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,6 @@ public class TestClass
};

test.ExpectedDiagnostics.AddRange(expected);
test.RemainingDiagnostics.AddRange(expected);
await test.RunAsync(CancellationToken.None).ConfigureAwait(false);
}
}
Expand Down

0 comments on commit da77782

Please sign in to comment.