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 28, 2023
1 parent de36c49 commit c4fcad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-lts/params.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ SELECT (SELECT __param__test)`
tuple: args,
});

assert.deepEqual(Object.values(complexResult.tuple), Object.values(args));
assert.deepEqual(complexResult.tuple, args);
});

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

0 comments on commit c4fcad3

Please sign in to comment.