This commit is contained in:
zava
2017-11-23 17:56:11 -03:00
committed by Alejandro Santander
parent 4fe2157e36
commit 2a560ad82f
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import assertJump from './helpers/assertJump'
const NULL_ADDRESS = '0x0000000000000000000000000000000000000000'
const Inheritable = artifacts.require('../contracts/ownership/Inheritable2.sol')
const Inheritable = artifacts.require('../contracts/ownership/Inheritable.sol')
contract('Inheritable', function(accounts) {
let inheritable