diff --git a/test/Bounty.js b/test/Bounty.js index b67b678ed..c4b5598e2 100644 --- a/test/Bounty.js +++ b/test/Bounty.js @@ -51,7 +51,6 @@ contract('Bounty', function(accounts) { then(done); }) - describe("SecureTargetMock", function(){ it("checkInvariant returns true", function(done){ var targetFactory = SecureTargetFactory.deployed();