Skip to content

Commit

Permalink
Remove snapshot for signature update
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi committed Aug 20, 2023
1 parent 5f4fd46 commit 9802295
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion test/KeeperValidators.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ describe('KeeperValidators', () => {
.to.emit(keeper, 'ExitSignaturesUpdated')
.withArgs(sender.address, vault.address, nonce, exitSignaturesIpfsHash)
expect(await keeper.exitSignaturesNonces(vault.address)).to.eq(nonce.add(1))
await snapshotGasCost(receipt)
})
})

Expand Down
7 changes: 0 additions & 7 deletions test/__snapshots__/KeeperValidators.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,3 @@ Object {
"gasUsed": 32144,
}
`;

exports[`KeeperValidators update exit signatures succeeds 1`] = `
Object {
"calldataByteLength": 1060,
"gasUsed": 139323,
}
`;

0 comments on commit 9802295

Please sign in to comment.