Skip to content

Commit db4673b

Browse files
committed
chore: fix test typo
1 parent e5e9970 commit db4673b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/features/upload/utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('getZodTypeName', () => {
4040
typeName: 'ZodEnum'
4141
});
4242
});
43-
it('should parse z.array(z.object({foo: z.string()})', () => {
43+
it('should parse z.array(z.object({foo: z.string()}))', () => {
4444
expect(getZodTypeName(z.array(z.object({ foo: z.string() })))).toMatchObject({
4545
isOptional: false,
4646
multiKeys: ['foo'],

0 commit comments

Comments
 (0)