Use hardhat-exposed to reduce the need for mocks (#3666)
Co-authored-by: Francisco <fg@frang.io>
This commit is contained in:
@ -2,7 +2,7 @@ const { constants, expectEvent, expectRevert } = require('@openzeppelin/test-hel
|
||||
const { ZERO_ADDRESS } = constants;
|
||||
const { expect } = require('chai');
|
||||
|
||||
const Ownable2Step = artifacts.require('Ownable2StepMock');
|
||||
const Ownable2Step = artifacts.require('$Ownable2Step');
|
||||
|
||||
contract('Ownable2Step', function (accounts) {
|
||||
const [owner, accountA, accountB] = accounts;
|
||||
|
||||
Reference in New Issue
Block a user