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';
|
||||
const ReentrancyMock = artifacts.require('./mocks/ReentrancyMock.sol');
|
||||
const ReentrancyAttack = artifacts.require('./mocks/ReentrancyAttack.sol');
|
||||
const ReentrancyMock = artifacts.require('ReentrancyMock');
|
||||
const ReentrancyAttack = artifacts.require('ReentrancyAttack');
|
||||
|
||||
contract('ReentrancyGuard', function (accounts) {
|
||||
let reentrancyMock;
|
||||
|
||||
Reference in New Issue
Block a user