diff --git a/docs/tests/integration_tests/index.md b/docs/tests/integration_tests/index.md index 78349627..d8d77524 100644 --- a/docs/tests/integration_tests/index.md +++ b/docs/tests/integration_tests/index.md @@ -232,7 +232,7 @@ public class UnauthenticatedExampleAppTestApp : ExampleAppTestApp public HttpCommandsExecutor Command { get; private set; } = default!; public HttpOperationsExecutor Operation { get; private set; } = default!; - public override async ValueTaskTask InitializeAsync() + public override async ValueTask InitializeAsync() { await base.InitializeAsync();