From 6dff86bdf5051fbff44c0f5518fd0c6a659fb47c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Fija=C5=82kowski?= Date: Mon, 30 Dec 2024 16:33:04 +0100 Subject: [PATCH] Fix the double-task typo in docs Co-authored-by: Patryk Pochmara --- docs/tests/integration_tests/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();