Swap target contract at test by using abstract interface
This commit is contained in:
7
contracts/test-helpers/InsecureTargetMock.sol
Normal file
7
contracts/test-helpers/InsecureTargetMock.sol
Normal file
@ -0,0 +1,7 @@
|
||||
pragma solidity ^0.4.0;
|
||||
|
||||
contract InsecureTargetMock {
|
||||
function checkInvarient() returns(bool){
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user