This commit is contained in:
afjcjsbx 2026-05-04 09:06:39 +02:00
parent a0245c7b02
commit 7a1f5fe8b9

View file

@ -1501,7 +1501,7 @@ func TestAgentLoop_StopCommand_AbortsActiveTurnAndClearsQueuedSteering(t *testin
select { select {
case outbound := <-msgBus.OutboundChan(): case outbound := <-msgBus.OutboundChan():
want := "⏹️ Task stopped. \"do work\" was canceled." want := "Task stopped. \"do work\" was canceled."
if outbound.Content != want { if outbound.Content != want {
t.Fatalf("stop reply = %q, want %q", outbound.Content, want) t.Fatalf("stop reply = %q, want %q", outbound.Content, want)
} }