From 83662fa548e9ab854dcd8ff4a3e77367d355ab36 Mon Sep 17 00:00:00 2001 From: Makoto Inoue Date: Sat, 22 Oct 2016 18:18:02 +0100 Subject: [PATCH] Remove only --- test/Bounty.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Bounty.js b/test/Bounty.js index e214b9683..bb731b8ec 100644 --- a/test/Bounty.js +++ b/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).