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 assertRevert from '../helpers/assertRevert';
|
||||
const assertJump = require('../helpers/assertJump');
|
||||
var SafeMathMock = artifacts.require('mocks/SafeMathMock.sol');
|
||||
var SafeMathMock = artifacts.require('SafeMathMock');
|
||||
|
||||
contract('SafeMath', function (accounts) {
|
||||
let safeMath;
|
||||
|
||||
Reference in New Issue
Block a user