Skip to content

Commit

Permalink
Resolve async method name warning
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Jun 14, 2019
1 parent 8a69e65 commit 4337aa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class NSwagStudioFileHelperTests
private Mock<INSwagStudioOptions> mock;

[TestInitialize]
public async Task Init()
public async Task InitAsync()
{
mock = new Mock<INSwagStudioOptions>();

Expand Down

0 comments on commit 4337aa7

Please sign in to comment.