File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Source/GitReleaseManager.Tests Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
// </copyright>
5
5
//-----------------------------------------------------------------------
6
6
7
+ using System . Threading . Tasks ;
8
+
7
9
namespace GitReleaseManager . Tests
8
10
{
9
11
using System ;
@@ -18,7 +20,7 @@ public class ReleaseNotesBuilderIntegrationTests
18
20
{
19
21
[ Test ]
20
22
[ Explicit ]
21
- public async void SingleMilestone ( )
23
+ public async Task SingleMilestone ( )
22
24
{
23
25
var gitHubClient = ClientBuilder . Build ( ) ;
24
26
var fileSystem = new FileSystem ( ) ;
@@ -33,7 +35,7 @@ public async void SingleMilestone()
33
35
34
36
[ Test ]
35
37
[ Explicit ]
36
- public async void SingleMilestone3 ( )
38
+ public async Task SingleMilestone3 ( )
37
39
{
38
40
var gitHubClient = ClientBuilder . Build ( ) ;
39
41
var fileSystem = new FileSystem ( ) ;
You can’t perform that action at this time.
0 commit comments