Add missing semicolon in ECRecovery test

This commit is contained in:
AugustoL
2018-01-04 16:39:41 -03:00
parent c73861d8b3
commit edbc64f337

View File

@ -5,7 +5,7 @@ var hashMessage = require('./helpers/hashMessage.js');
contract('ECRecovery', function (accounts) {
let ecrecovery;
const TEST_MESSAGE = 'OpenZeppelin'
const TEST_MESSAGE = 'OpenZeppelin';
before(async function () {
const ecRecoveryLib = await ECRecoveryLib.new();