Skip to content

Commit e26b2f1

Browse files
Apply suggestions from code review
Had to make a new batch as some suggestions were not included Co-authored-by: Sam Harwell <sam@tunnelvisionlabs.com>
1 parent b2b0b2a commit e26b2f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

StyleCop.Analyzers/StyleCop.Analyzers.Test/DocumentationRules/SA1648UnitTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ public void TestMethod() { }
311311
/// <returns>A <see cref="Task"/> representing the asynchronous unit test.</returns>
312312
[Fact]
313313
[WorkItem(3291, "https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3291")]
314+
[WorkItem(3291, "https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3291")]
314315
public async Task TestIncorrectDocumentedDelegateInheritDocAsync()
315316
{
316317
var testCode = @"
@@ -337,6 +338,7 @@ public class TestClass
337338
/// <returns>A <see cref="Task"/> representing the asynchronous unit test.</returns>
338339
[Fact]
339340
[WorkItem(3291, "https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3291")]
341+
[WorkItem(3291, "https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3291")]
340342
public async Task TestIncorrectDelegateInheritDocAsync()
341343
{
342344
var testCode = @"

0 commit comments

Comments
 (0)