From 9ed290d617ed70c6c9ae66590df8d2e2cf5696fe Mon Sep 17 00:00:00 2001 From: Peter Ibekwe Date: Fri, 27 Feb 2026 14:57:41 -0800 Subject: [PATCH] Remove unnecessary test comment --- .../WorkflowHostSmokeTests.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/WorkflowHostSmokeTests.cs b/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/WorkflowHostSmokeTests.cs index f8184ee2c9..8f1c5f1c89 100644 --- a/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/WorkflowHostSmokeTests.cs +++ b/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/WorkflowHostSmokeTests.cs @@ -153,7 +153,6 @@ public class WorkflowHostSmokeTests /// /// Tests that when a workflow emits a RequestInfoEvent with FunctionCallContent data, /// the AgentResponseUpdate preserves the original FunctionCallContent type. - /// Regression test for GitHub issue #3029. /// [Fact] public async Task Test_AsAgent_FunctionCallContentPreservedInRequestInfoAsync() @@ -189,7 +188,6 @@ public class WorkflowHostSmokeTests /// /// Tests that when a workflow emits a RequestInfoEvent with UserInputRequestContent data, /// the AgentResponseUpdate preserves the original UserInputRequestContent type. - /// Regression test for GitHub issue #3029. /// [Fact] public async Task Test_AsAgent_UserInputRequestContentPreservedInRequestInfoAsync()