convert Escrow to initializers

This commit is contained in:
Francisco Giordano
2018-09-25 19:33:58 -03:00
parent 6ac45333fe
commit 10642d14ea
3 changed files with 17 additions and 2 deletions

View File

@ -1,6 +1,6 @@
const { shouldBehaveLikeEscrow } = require('./Escrow.behavior');
const Escrow = artifacts.require('Escrow');
const Escrow = artifacts.require('EscrowMock');
contract('Escrow', function ([_, primary, ...otherAccounts]) {
beforeEach(async function () {