From 8fe2646a6e5a08830f911981069f34108029d723 Mon Sep 17 00:00:00 2001
From: Peter Ibekwe <109177538+peibekwe@users.noreply.github.com>
Date: Tue, 21 Apr 2026 14:31:10 -0700
Subject: [PATCH] Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---
.../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 c0be892e24..f78602e840 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.
///