mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 11:25:15 +00:00
chore: generate
This commit is contained in:
parent
003f1ce0f4
commit
3ca09ee3ef
1 changed files with 1 additions and 5 deletions
|
|
@ -935,11 +935,7 @@ describe("workspace CRUD", () => {
|
|||
const workspaceProjectID = yield* provideTmpdirInstance(
|
||||
(workspaceDir) =>
|
||||
Effect.gen(function* () {
|
||||
registerAdapter(
|
||||
projectID,
|
||||
previousType,
|
||||
localAdapter(workspaceDir, { createDir: false }).adapter,
|
||||
)
|
||||
registerAdapter(projectID, previousType, localAdapter(workspaceDir, { createDir: false }).adapter)
|
||||
const workspaceCtx = yield* requireInstance
|
||||
expect(workspaceCtx.project.id).not.toBe(projectID)
|
||||
yield* workspace.sessionWarp({ workspaceID: null, sessionID: session.id })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue