Skip to content

Commit

Permalink
wip: Attempt to find the macOS test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Jun 26, 2023
1 parent cdcada9 commit 8222337
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/generate/test/params.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,13 @@ SELECT (SELECT __param__test)`
(p) => e.select(p)
);

/*
const complexResult = await complexQuery.run(client, {
tuple: args,
});
assert.deepEqual(Object.values(complexResult.tuple), Object.values(args));
*/
});

test("v2 param types", async () => {
Expand Down

0 comments on commit 8222337

Please sign in to comment.