Re-enable solidity coverage
- Upgrade version - Re-enable in travis.yml - Move mocks to contracts folder for instrumentation
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
var PullPaymentMock = artifacts.require('./mocks/PullPaymentMock.sol');
|
||||
var PullPaymentMock = artifacts.require('mocks/PullPaymentMock.sol');
|
||||
|
||||
contract('PullPayment', function (accounts) {
|
||||
let ppce;
|
||||
|
||||
Reference in New Issue
Block a user