chore: generate
This commit is contained in:
parent
d37f9e770b
commit
2b28cc9024
@ -491,9 +491,7 @@ describe("workspace CRUD", () => {
|
||||
)
|
||||
|
||||
yield* Workspace.use.remove(workspaceID)
|
||||
expect(
|
||||
(yield* Workspace.use.status()).find((item) => item.workspaceID === workspaceID)?.status,
|
||||
).toBeUndefined()
|
||||
expect((yield* Workspace.use.status()).find((item) => item.workspaceID === workspaceID)?.status).toBeUndefined()
|
||||
}),
|
||||
{ git: true },
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user