Remove only

pull/35/head
Makoto Inoue 8 years ago
parent e318d6d246
commit 83662fa548
  1. 2
      test/Bounty.js

@ -1,5 +1,5 @@
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 target = SecureTargetMock.deployed();
bounty.createTarget(target.address).

Loading…
Cancel
Save