Skip to content

Commit

Permalink
Fix the double-task typo in docs
Browse files Browse the repository at this point in the history
Co-authored-by: Patryk Pochmara <[email protected]>
  • Loading branch information
jakubfijalkowski and Patonymous authored Dec 30, 2024
1 parent 3301f2d commit 6dff86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tests/integration_tests/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 6dff86b

Please sign in to comment.