Skip to content

Commit

Permalink
fix: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Feb 23, 2024
1 parent d34d3fe commit f7cdfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/encoder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ describe('encoder', () => {
// over the max uint256 allowed, does not fit in 32 bytes
input: toHex(
toNumber(
'0x1ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff',
'0x01ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff',
),
),
},
Expand Down

0 comments on commit f7cdfec

Please sign in to comment.