convert AllowanceCrowdsale to initializers

This commit is contained in:
Francisco Giordano
2018-09-27 18:57:59 -03:00
parent 22f8660c8e
commit 6247a7bf7c
3 changed files with 11 additions and 4 deletions

View File

@ -9,7 +9,7 @@ const should = require('chai')
.should();
const AllowanceCrowdsale = artifacts.require('AllowanceCrowdsaleImpl');
const SimpleToken = artifacts.require('SimpleToken');
const SimpleToken = artifacts.require('SimpleTokenMock');
contract('AllowanceCrowdsale', function ([_, investor, wallet, purchaser, tokenWallet]) {
const rate = new BigNumber(1);