fix test
This commit is contained in:
parent
a0245c7b02
commit
7a1f5fe8b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue