mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-12 03:27:47 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
18c6c32628 |
@@ -618,7 +618,7 @@ func TestFakeCmdInfra(t *testing.T) {
|
|||||||
Data: `{"type":"item.completed","item":{"type":"agent_message","text":"fake-msg"}}` + "\n",
|
Data: `{"type":"item.completed","item":{"type":"agent_message","text":"fake-msg"}}` + "\n",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
WaitDelay: time.Millisecond,
|
WaitDelay: 5 * time.Millisecond,
|
||||||
})
|
})
|
||||||
|
|
||||||
newCommandRunner = func(ctx context.Context, name string, args ...string) commandRunner {
|
newCommandRunner = func(ctx context.Context, name string, args ...string) commandRunner {
|
||||||
|
|||||||
Reference in New Issue
Block a user