mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 23:28:27 +00:00
test: consolidate redundant suites and speed up timers
This commit is contained in:
@@ -616,7 +616,6 @@ describe("Agent-specific tool filtering", () => {
|
||||
|
||||
const result = await execTool!.execute("call-implicit-sandbox-default", {
|
||||
command: "echo done",
|
||||
yieldMs: 10,
|
||||
});
|
||||
const details = result?.details as { status?: string } | undefined;
|
||||
expect(details?.status).toBe("completed");
|
||||
|
||||
Reference in New Issue
Block a user