Skip to content

Commit

Permalink
Update example_api.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Mar 28, 2023
1 parent 30d806e commit 2e9d630
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/loaders/openapi/tests/example_api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,10 @@ describe('example_api', () => {

expect(result).toMatchObject({
data: {
getProductReviews: [{ timestamp: 1502787600000000n }, { timestamp: 1502787400000000n }],
getProductReviews: [
{ timestamp: BigInt('1502787600000000') },
{ timestamp: BigInt('1502787400000000') },
],
},
});
});
Expand Down

0 comments on commit 2e9d630

Please sign in to comment.