diff --git a/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/SampleSmokeTest.cs b/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/SampleSmokeTest.cs index f78602e840..c0be892e24 100644 --- a/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/SampleSmokeTest.cs +++ b/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/SampleSmokeTest.cs @@ -273,8 +273,8 @@ public class SampleSmokeTest /// Stress regression for the off-thread run-status race: after /// Run.ResumeAsync returns at a halt boundary, /// callers must observe a stable terminal status and never a transient - /// . Step9 is the canonical multi-response resume - /// sample; prior to the fix in , + /// . Step9 is the canonical multi-response resume + /// sample; prior to the fix in , /// its `runStatus.Should().Be(RunStatus.Idle)` assertion failed intermittently /// on roughly 1-in-10 iterations under InProcess_OffThread. ///