Remove only
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
contract('Bounty', function(accounts) {
|
contract('Bounty', function(accounts) {
|
||||||
it.only("can call checkInvarient for InsecureTargetMock", function(done){
|
it("can call checkInvarient for InsecureTargetMock", function(done){
|
||||||
var bounty = Bounty.deployed();
|
var bounty = Bounty.deployed();
|
||||||
var target = SecureTargetMock.deployed();
|
var target = SecureTargetMock.deployed();
|
||||||
bounty.createTarget(target.address).
|
bounty.createTarget(target.address).
|
||||||
|
|||||||
Reference in New Issue
Block a user