Migrate utils, payment and ownership tests.

This commit is contained in:
Nicolás Venturo
2019-01-09 17:43:37 -03:00
parent d32d4c3773
commit b55f557c90
12 changed files with 78 additions and 109 deletions

View File

@ -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();