chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-26 15:13:18 +00:00
parent aa5999b188
commit 854d4b7a53
3 changed files with 22 additions and 19 deletions

View File

@@ -96,7 +96,8 @@ describe("workspace HttpApi", () => {
await using tmp = await tmpdir({ git: true })
await Instance.provide({
directory: tmp.path,
fn: async () => registerAdaptor(Instance.project.id, "local-test", localAdaptor(path.join(tmp.path, ".workspace"))),
fn: async () =>
registerAdaptor(Instance.project.id, "local-test", localAdaptor(path.join(tmp.path, ".workspace"))),
})
const created = await request(WorkspacePaths.list, tmp.path, {