From ba9db9ee71c423558a494142fa04170411ffefbc Mon Sep 17 00:00:00 2001 From: Peter Ibekwe Date: Tue, 21 Apr 2026 15:54:42 -0700 Subject: [PATCH] Simplify test comment. --- .../SampleSmokeTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. ///