diff --git a/src/HotChocolate/Fusion/src/Core/Execution/Nodes/QueryPlan.cs b/src/HotChocolate/Fusion/src/Core/Execution/Nodes/QueryPlan.cs index 06d8c67ec77..ebf3d343e7c 100644 --- a/src/HotChocolate/Fusion/src/Core/Execution/Nodes/QueryPlan.cs +++ b/src/HotChocolate/Fusion/src/Core/Execution/Nodes/QueryPlan.cs @@ -174,7 +174,7 @@ public async Task ExecuteAsync( operationContext.Result.SetExtension(QueryPlanHashProp, _hash); } - // we store the context on the result for unit tests.x + // we store the context on the result for unit tests. operationContext.Result.SetContextData(QueryPlanProp, context.QueryPlan); // Enqueue root node to initiate the execution process.