Commit f19a69be by Makoto Inoue

Remove only

parent 98650993
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).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment