From a04481d2d8ad1984286920ef1c5627ef49d4d6ad Mon Sep 17 00:00:00 2001 From: Makoto Inoue Date: Thu, 27 Oct 2016 22:10:53 +0100 Subject: [PATCH] Remove extra whitespace --- test/Bounty.js | 1 - 1 file changed, 1 deletion(-) 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();