Skip to content

Commit

Permalink
Upd snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed May 20, 2024
1 parent d42bc93 commit f3da981
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions test/__snapshots__/EthVault.upgrade.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,13 @@ Object {
exports[`EthVault - upgrade does not modify the state variables 5`] = `
Object {
"calldataByteLength": 100,
"gasUsed": 164523,
"gasUsed": 164535,
}
`;

exports[`EthVault - upgrade works with valid call data 1`] = `
Object {
"calldataByteLength": 132,
"gasUsed": 76034,
}
`;

exports[`EthVault - upgrade works with valid call data 2`] = `
Object {
"calldataByteLength": 132,
"gasUsed": 76034,
"gasUsed": 76091,
}
`;

0 comments on commit f3da981

Please sign in to comment.