Skip to content

Commit f07cae7

Browse files
committed
Clean up test and reference original issue
1 parent 926c164 commit f07cae7

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp8/LayoutRules/SA1514CSharp8UnitTests.cs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,13 @@ namespace StyleCop.Analyzers.Test.CSharp8.LayoutRules
99
using StyleCop.Analyzers.Test.CSharp7.LayoutRules;
1010
using Xunit;
1111
using static StyleCop.Analyzers.Test.Verifiers.StyleCopCodeFixVerifier<
12-
StyleCop.Analyzers.LayoutRules.SA1514ElementDocumentationHeaderMustBePrecededByBlankLine,
13-
StyleCop.Analyzers.LayoutRules.SA1514CodeFixProvider>;
12+
StyleCop.Analyzers.LayoutRules.SA1514ElementDocumentationHeaderMustBePrecededByBlankLine,
13+
StyleCop.Analyzers.LayoutRules.SA1514CodeFixProvider>;
1414

1515
public class SA1514CSharp8UnitTests : SA1514CSharp7UnitTests
1616
{
17-
/// <summary>
18-
/// Verifies that method-like declarations with invalid documentation will produce the expected diagnostics.
19-
/// </summary>
20-
/// <returns>A <see cref="Task"/> representing the asynchronous unit test.</returns>
2117
[Fact]
18+
[WorkItem(3067, "https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3067")]
2219
public async Task TestValidPropertyDeclarationAsync()
2320
{
2421
var testCode = @"namespace TestNamespace

0 commit comments

Comments
 (0)