fix: reference contract name rather than filepath (#698)
This commit is contained in:
committed by
Francisco Giordano
parent
a5d5867092
commit
f4228f1b49
@ -1,6 +1,6 @@
|
||||
|
||||
import expectThrow from '../helpers/expectThrow';
|
||||
var MintableToken = artifacts.require('../contracts/Tokens/MintableToken.sol');
|
||||
var MintableToken = artifacts.require('MintableToken');
|
||||
|
||||
contract('Mintable', function (accounts) {
|
||||
let token;
|
||||
|
||||
Reference in New Issue
Block a user