Skip to content

Commit

Permalink
fix: deriveHardened test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Nesopie committed Aug 11, 2024
1 parent 9e09518 commit d220114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
],
"deriveHardened": [
{
"exception": "ValiError: Invalid value: Expected <=4294967295 but received 2147483648",
"exception": "ValiError: Invalid value: Expected <=2147483647 but received 2147483648",
"index": 2147483648
},
{
Expand Down

0 comments on commit d220114

Please sign in to comment.