Skip to content

Commit 970c8bc

Browse files
committed
Format runtimeFileEditing test file
1 parent 713d26d commit 970c8bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ipcMain/runtimeFileEditing.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,8 @@ describeIntegration("Runtime File Editing Tools", () => {
345345
(e) => "type" in e && e.type === "tool-call-start"
346346
);
347347
const editCall = toolCalls.find(
348-
(e: any) => e.toolName === "file_edit_insert" || e.toolName === "file_edit_replace_string"
348+
(e: any) =>
349+
e.toolName === "file_edit_insert" || e.toolName === "file_edit_replace_string"
349350
);
350351
expect(editCall).toBeDefined();
351352

0 commit comments

Comments
 (0)