Skip to content

Commit 82b43fa

Browse files
committed
Fix test
1 parent afa7e67 commit 82b43fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/zod/src/v4/classic/tests/object.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,6 @@ test("index signature in shape", () => {
526526

527527
const schema = makeZodObj("foo");
528528
type schema = z.infer<typeof schema>;
529-
schema.parse({}).asdf;
530529

531530
expectTypeOf<schema>().toEqualTypeOf<Record<string, unknown>>();
532531
});

0 commit comments

Comments
 (0)