Skip to content

Commit bae094c

Browse files
committed
style: biome format for outline e2e expectation update
1 parent c6dce15 commit bae094c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/opencode-plugin/src/__tests__/e2e/read-only-spine-toolcall.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,7 @@ export function runReadOnlySpineToolcallSuite(
225225
const h = await harness();
226226
const tools = readingTools(createPluginContext(h));
227227

228-
const withoutTests = await tools.aft_outline.execute(
229-
{ target: "src" },
230-
createToolContext(h),
231-
);
228+
const withoutTests = await tools.aft_outline.execute({ target: "src" }, createToolContext(h));
232229
const withTests = await tools.aft_outline.execute(
233230
{ target: "src", includeTests: true },
234231
createToolContext(h),

0 commit comments

Comments
 (0)