Skip to content

Commit 9bc5164

Browse files
tankers746astahmer
authored andcommitted
Update samples.test.ts
1 parent aa4c7a3 commit 9bc5164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tests/samples.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ describe("samples-generator", async () => {
398398
const perform_search_Body = z
399399
.object({
400400
criteria: z.string().default("*:*"),
401-
start: z.number().int().optional(),
401+
start: z.number().int().optional().default(0),
402402
rows: z.number().int().optional().default(100),
403403
})
404404
.passthrough();

0 commit comments

Comments
 (0)