chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-26 17:56:55 +00:00
parent 11d2f3e5f8
commit 0e2dd4ad15
2 changed files with 3 additions and 4 deletions
+1 -3
View File
@@ -223,9 +223,7 @@ describe("ReadTool", () => {
},
{ sessionID, action: "read", resources: [external.replaceAll("\\", "/")], save: ["*"] },
])
expect(readCalls).toEqual([
{ input: AbsolutePath.make(external), page: { offset: undefined, limit: undefined } },
])
expect(readCalls).toEqual([{ input: AbsolutePath.make(external), page: { offset: undefined, limit: undefined } }])
}),
)