Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 committed Jul 19, 2023
1 parent c819610 commit b9b592b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/tests/api/rpc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('RPC API Handler Tests', () => {
let zodSchemas: any;

beforeAll(async () => {
const params = await loadSchema(schema);
const params = await loadSchema(schema, { fullZod: true });
prisma = params.prisma;
zodSchemas = params.zodSchemas;
});
Expand Down

0 comments on commit b9b592b

Please sign in to comment.