Browse Source

Remove only

Makoto Inoue 9 years ago
parent
commit
f19a69beb4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/Bounty.js

+ 1 - 1
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).