This commit is contained in:
Steve Sanderson 2019-09-28 01:10:31 +01:00 committed by Artak
parent e6656a68ab
commit c2a45b4fd6
1 changed files with 1 additions and 1 deletions

View File

@ -4491,7 +4491,7 @@ namespace Microsoft.AspNetCore.Components.Test
{
CapturedParameterView = parameters;
// Return a task that never completes to show that access is forbidded
// Return a task that never completes to show that access is forbidden
// after the synchronous return, not just after the returned task completes
return new TaskCompletionSource<object>().Task;
}