Made some inherit-only contracts internal. (#1433)
* Made some inherit-only contracts internal. * Added OwnableMock.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
const { shouldBehaveLikeOwnable } = require('./Ownable.behavior');
|
||||
|
||||
const Ownable = artifacts.require('Ownable');
|
||||
const Ownable = artifacts.require('OwnableMock');
|
||||
|
||||
contract('Ownable', function ([_, owner, ...otherAccounts]) {
|
||||
beforeEach(async function () {
|
||||
|
||||
Reference in New Issue
Block a user