This commit is contained in:
afjcjsbx
2026-05-04 09:06:39 +02:00
parent a0245c7b02
commit 7a1f5fe8b9
+1 -1
View File
@@ -1501,7 +1501,7 @@ func TestAgentLoop_StopCommand_AbortsActiveTurnAndClearsQueuedSteering(t *testin
select {
case outbound := <-msgBus.OutboundChan():
want := "⏹️ Task stopped. \"do work\" was canceled."
want := "Task stopped. \"do work\" was canceled."
if outbound.Content != want {
t.Fatalf("stop reply = %q, want %q", outbound.Content, want)
}