From fdfd90e6a4da5f1dc9e75137b979e494786ff824 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Wed, 6 Dec 2017 14:57:41 +0000 Subject: [PATCH] fix the eslint static check --- test/Math.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Math.test.js b/test/Math.test.js index 4b382cfad..7378610b6 100644 --- a/test/Math.test.js +++ b/test/Math.test.js @@ -22,5 +22,4 @@ contract('Math', function (accounts) { let result = await math.result(); assert.equal(result, b); }); - });