mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 23:34:31 +00:00
chore: Fix types in tests 41/N.
This commit is contained in:
@@ -205,7 +205,7 @@ describe("sandboxRecreateCommand", () => {
|
||||
mocks.listSandboxContainers.mockResolvedValue([match, noMatch]);
|
||||
|
||||
await sandboxRecreateCommand(
|
||||
{ session: "target-session", browser: false, force: true },
|
||||
{ session: "target-session", all: false, browser: false, force: true },
|
||||
runtime as never,
|
||||
);
|
||||
|
||||
@@ -220,7 +220,7 @@ describe("sandboxRecreateCommand", () => {
|
||||
mocks.listSandboxContainers.mockResolvedValue([agent, agentSub, other]);
|
||||
|
||||
await sandboxRecreateCommand(
|
||||
{ agent: "work", browser: false, force: true },
|
||||
{ agent: "work", all: false, browser: false, force: true },
|
||||
runtime as never,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user