chore: generate

This commit is contained in:
opencode-agent[bot]
2026-03-20 16:11:21 +00:00
parent e78944e9a4
commit 51618e9cef
3 changed files with 170 additions and 182 deletions

View File

@@ -178,9 +178,7 @@ it.effect("config sends the selected org header", () =>
}),
)
const cfg = yield* Account.Service.use((s) => s.config(id, OrgID.make("org-9"))).pipe(
Effect.provide(live(client)),
)
const cfg = yield* Account.Service.use((s) => s.config(id, OrgID.make("org-9"))).pipe(Effect.provide(live(client)))
expect(Option.getOrThrow(cfg)).toEqual({ theme: "light", seats: 5 })
expect(seen).toEqual({