fix: reference contract name rather than filepath (#698)
This commit is contained in:
committed by
Francisco Giordano
parent
a5d5867092
commit
f4228f1b49
@ -6,7 +6,7 @@ require('chai')
|
||||
.should();
|
||||
|
||||
const EVMThrow = require('../helpers/EVMThrow.js');
|
||||
const SplitPayment = artifacts.require('../contracts/payment/SplitPayment.sol');
|
||||
const SplitPayment = artifacts.require('SplitPayment');
|
||||
|
||||
contract('SplitPayment', function ([owner, payee1, payee2, payee3, nonpayee1, payer1]) {
|
||||
const amount = web3.toWei(1.0, 'ether');
|
||||
|
||||
Reference in New Issue
Block a user