Skip to content

Commit 8d2da06

Browse files
committed
fix test
1 parent 4597e5a commit 8d2da06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/tests/enhancements/json/crud.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ describe('Json field CRUD', () => {
216216
}
217217
);
218218

219+
prisma = params.prisma;
219220
const schema = params.zodSchemas.models.ProfileSchema;
220221

221222
expect(schema.safeParse({ age: 10, address: { city: 'NY' } })).toMatchObject({ success: false });

0 commit comments

Comments
 (0)