Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielye committed Apr 10, 2024
1 parent a185349 commit e8fc541
Showing 1 changed file with 6 additions and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,45 +50,9 @@ exports[`revert_code should serialize properly 2`] = `
`;

exports[`revert_code should serialize properly 3`] = `
Fr {
"asBigInt": 0n,
"asBuffer": {
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
],
"type": "Buffer",
},
{
"type": "Fr",
"value": "0x0000000000000000000000000000000000000000000000000000000000000000",
}
`;

Expand Down Expand Up @@ -142,44 +106,8 @@ exports[`revert_code should serialize properly 5`] = `
`;

exports[`revert_code should serialize properly 6`] = `
Fr {
"asBigInt": 1n,
"asBuffer": {
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
],
"type": "Buffer",
},
{
"type": "Fr",
"value": "0x0000000000000000000000000000000000000000000000000000000000000001",
}
`;

0 comments on commit e8fc541

Please sign in to comment.