Skip to content

Commit

Permalink
fix: Fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Feb 13, 2024
1 parent 501ac58 commit 7ff08a6
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2452,6 +2452,21 @@ exports[`task lz:errors:list should print all matching errors if \`containing\`
"Error": "Worker_RoleRenouncingDisabled()",
"Signature": "0xdec9f031",
},
{
"Contract": "DVNDecompressor",
"Error": "IncorrectDictAccess(uint256)",
"Signature": "0x50695b8f",
},
{
"Contract": "DecompressorExtension",
"Error": "IncorrectDictAccess(uint256)",
"Signature": "0x50695b8f",
},
{
"Contract": "ExecutorDecompressor",
"Error": "IncorrectDictAccess(uint256)",
"Signature": "0x50695b8f",
},
{
"Contract": "IExecutor",
"Error": "Worker_NotAllowed()",
Expand Down

0 comments on commit 7ff08a6

Please sign in to comment.