Use new Task.CompletedTask result for clarity
This commit is contained in:
parent
8870fe3b1d
commit
f7dba678cd
18 changed files with 72 additions and 72 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue