fix: reference contract name rather than filepath (#698)
This commit is contained in:
committed by
Francisco Giordano
parent
a5d5867092
commit
f4228f1b49
@ -3,7 +3,7 @@ import expectThrow from './helpers/expectThrow';
|
||||
|
||||
const NULL_ADDRESS = '0x0000000000000000000000000000000000000000';
|
||||
|
||||
const Heritable = artifacts.require('../contracts/ownership/Heritable.sol');
|
||||
const Heritable = artifacts.require('Heritable');
|
||||
|
||||
contract('Heritable', function (accounts) {
|
||||
let heritable;
|
||||
|
||||
Reference in New Issue
Block a user