We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ece83 commit 8c58da8Copy full SHA for 8c58da8
TestUnitTestingAndTraitsWithNuGet/UnitTestProject1/AsyncMSTest.cs
@@ -1,5 +1,6 @@
1
using System;
2
using Microsoft.VisualStudio.TestTools.UnitTesting;
3
+using System.Threading.Tasks;
4
5
namespace MultiTest
6
{
@@ -8,7 +9,7 @@ public class AsyncMS
8
9
10
[TestCategory("Async")]
11
[TestMethod]
- public async void AsyncTestMS1()
12
+ public async Task AsyncTestMS1()
13
14
Assert.IsTrue(true);
15
}
0 commit comments