fix the eslint static check

This commit is contained in:
Leo Arias
2017-12-06 14:57:41 +00:00
parent f162638cde
commit fdfd90e6a4

View File

@ -22,5 +22,4 @@ contract('Math', function (accounts) {
let result = await math.result(); let result = await math.result();
assert.equal(result, b); assert.equal(result, b);
}); });
}); });