Skip to content

Commit f52ae28

Browse files
chore: generate
1 parent 36119ff commit f52ae28

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/opencode/test/util/effect-zod.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -737,10 +737,7 @@ describe("util.effect-zod", () => {
737737
const fallback = platform === "darwin" ? "cmd-k" : "ctrl-k"
738738
const schema = zod(
739739
Schema.Struct({
740-
command_palette: Schema.String.pipe(
741-
Schema.optional,
742-
Schema.withDecodingDefault(Effect.sync(() => fallback)),
743-
),
740+
command_palette: Schema.String.pipe(Schema.optional, Schema.withDecodingDefault(Effect.sync(() => fallback))),
744741
}),
745742
)
746743
expect(schema.parse({})).toEqual({ command_palette: "cmd-k" })

0 commit comments

Comments
 (0)