Skip to content

Commit

Permalink
fix(client): expect bigint instead of int
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Jun 17, 2022
1 parent db25697 commit d3d396f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test('raw-transaction: queryRaw', async () => {
Array [
Array [
Object {
1: 1,
1: 1n,
},
],
]
Expand Down

0 comments on commit d3d396f

Please sign in to comment.