Use new Task.CompletedTask result for clarity

This commit is contained in:
John Lewin 2017-06-04 08:35:29 -07:00
parent 8870fe3b1d
commit f7dba678cd
18 changed files with 72 additions and 72 deletions

View file

@ -110,7 +110,7 @@ namespace MatterControl.Tests
Assert.IsTrue(testRunner.WaitForName("Library Tab", 3));
testRunner.ClickByName("Library Tab");
return Task.FromResult(0);
return Task.CompletedTask;
});
}
#endif