Migrate utils, payment and ownership tests.
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
require('openzeppelin-test-helpers');
|
||||
|
||||
const AddressImpl = artifacts.require('AddressImpl');
|
||||
const SimpleToken = artifacts.require('SimpleToken');
|
||||
|
||||
require('../helpers/setup');
|
||||
|
||||
contract('Address', function ([_, anyone]) {
|
||||
beforeEach(async function () {
|
||||
this.mock = await AddressImpl.new();
|
||||
|
||||
Reference in New Issue
Block a user