Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit e791338

Browse files
committed
Fix violations of UseAsyncSuffix
1 parent 5ab13cf commit e791338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AsyncUsageAnalyzers/AsyncUsageAnalyzers.Test/Usage/UseConfigureAwaitUnitTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace AsyncUsageAnalyzers.Test.Usage
1515
public class UseConfigureAwaitUnitTests : CodeFixVerifier
1616
{
1717
[Fact]
18-
public async Task TestSimpleExpression()
18+
public async Task TestSimpleExpressionAsync()
1919
{
2020
string testCode = @"
2121
using System.Threading.Tasks;
@@ -45,7 +45,7 @@ async Task MethodNameAsync()
4545
}
4646

4747
[Fact]
48-
public async Task TestNestedExpressions()
48+
public async Task TestNestedExpressionsAsync()
4949
{
5050
string testCode = @"
5151
using System.Threading.Tasks;

0 commit comments

Comments
 (0)