fix: reference contract name rather than filepath (#698)
This commit is contained in:
committed by
Francisco Giordano
parent
a5d5867092
commit
f4228f1b49
@ -1,5 +1,5 @@
|
||||
|
||||
var Destructible = artifacts.require('../contracts/lifecycle/Destructible.sol');
|
||||
var Destructible = artifacts.require('Destructible');
|
||||
require('../helpers/transactionMined.js');
|
||||
|
||||
contract('Destructible', function (accounts) {
|
||||
|
||||
Reference in New Issue
Block a user