fix: reference contract name rather than filepath (#698)
This commit is contained in:
committed by
Francisco Giordano
parent
a5d5867092
commit
f4228f1b49
@ -1,7 +1,7 @@
|
||||
import expectThrow from '../../helpers/expectThrow';
|
||||
import expectEvent from '../../helpers/expectEvent';
|
||||
|
||||
const RBACMock = artifacts.require('mocks/RBACMock.sol');
|
||||
const RBACMock = artifacts.require('RBACMock');
|
||||
|
||||
require('chai')
|
||||
.use(require('chai-as-promised'))
|
||||
|
||||
Reference in New Issue
Block a user