From a583185e086a593f13547a4df91c440728b79623 Mon Sep 17 00:00:00 2001 From: Dimitri <35241486+dkdimou@users.noreply.github.com> Date: Sun, 15 Mar 2026 15:25:58 +0100 Subject: [PATCH] tests: format sessions spawn depth limits spec --- ...enclaw-tools.subagents.sessions-spawn-depth-limits.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/agents/openclaw-tools.subagents.sessions-spawn-depth-limits.test.ts b/src/agents/openclaw-tools.subagents.sessions-spawn-depth-limits.test.ts index 054ac75fd41..6251d7d5f60 100644 --- a/src/agents/openclaw-tools.subagents.sessions-spawn-depth-limits.test.ts +++ b/src/agents/openclaw-tools.subagents.sessions-spawn-depth-limits.test.ts @@ -33,7 +33,9 @@ async function resetRegistry() { resetSubagentRegistryForTests(); } -async function addRegistryRun(run: Parameters<(typeof import("./subagent-registry.js"))["addSubagentRunForTests"]>[0]) { +async function addRegistryRun( + run: Parameters<(typeof import("./subagent-registry.js"))["addSubagentRunForTests"]>[0], +) { const { addSubagentRunForTests } = await import("./subagent-registry.js"); addSubagentRunForTests(run); }