fix: reference contract name rather than filepath (#698)
This commit is contained in:
committed by
Francisco Giordano
parent
a5d5867092
commit
f4228f1b49
@ -2,7 +2,7 @@
|
||||
import expectThrow from '../helpers/expectThrow';
|
||||
import ether from '../helpers/ether';
|
||||
|
||||
var CappedToken = artifacts.require('../contracts/Tokens/CappedToken.sol');
|
||||
var CappedToken = artifacts.require('CappedToken');
|
||||
|
||||
contract('Capped', function (accounts) {
|
||||
const cap = ether(1000);
|
||||
|
||||
Reference in New Issue
Block a user