convert RefundEscrow to initializers

This commit is contained in:
Francisco Giordano
2018-09-26 18:01:02 -03:00
parent 3130a3f3de
commit e2e05294b0
4 changed files with 24 additions and 4 deletions

View File

@ -9,7 +9,7 @@ require('chai')
.use(require('chai-bignumber')(BigNumber))
.should();
const RefundEscrow = artifacts.require('RefundEscrow');
const RefundEscrow = artifacts.require('RefundEscrowMock');
contract('RefundEscrow', function ([_, primary, beneficiary, refundee1, refundee2]) {
const amount = web3.toWei(54.0, 'ether');