Skip to content
Prev Previous commit
Next Next commit
revert Create2 test
  • Loading branch information
frangio committed Aug 4, 2023
commit 21bc8b4ff4ccceca2aa105fa94f644da0ccd4e17
3 changes: 0 additions & 3 deletions test/utils/Create2.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ contract('Create2', function (accounts) {

const instance = await VestingWallet.at(offChainComputed);

// Needs to be accepted
await instance.acceptOwnership({ from: other });

expect(await instance.owner()).to.be.equal(other);
});

Expand Down