Skip to content

Commit

Permalink
Use events for checking delegatecalls
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw committed Jul 13, 2023
1 parent 7e5c33b commit 703659e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/proxy/ERC1967/ERC1967Utils.test.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
const { expectEvent, constants } = require('@openzeppelin/test-helpers');
const { expectRevertCustomError } = require('../../helpers/customError');
const {
getAddressInSlot,
setSlot,
getSlot,
ImplementationSlot,
AdminSlot,
BeaconSlot,
} = require('../../helpers/erc1967');
const { getAddressInSlot, setSlot, ImplementationSlot, AdminSlot, BeaconSlot } = require('../../helpers/erc1967');

const { ZERO_ADDRESS } = constants;

Expand Down

0 comments on commit 703659e

Please sign in to comment.