fix: reference contract name rather than filepath (#698)
This commit is contained in:
committed by
Francisco Giordano
parent
a5d5867092
commit
f4228f1b49
@ -1,4 +1,4 @@
|
||||
var PullPaymentMock = artifacts.require('mocks/PullPaymentMock.sol');
|
||||
var PullPaymentMock = artifacts.require('PullPaymentMock');
|
||||
|
||||
contract('PullPayment', function (accounts) {
|
||||
let ppce;
|
||||
|
||||
Reference in New Issue
Block a user