Commit edbc64f3 by AugustoL

Add missing semicolon in ECRecovery test

parent c73861d8
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment