Add missing semicolon in ECRecovery test

pull/635/head
AugustoL 7 years ago
parent c73861d8b3
commit edbc64f337
  1. 2
      test/ECRecovery.test.js

@ -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();

Loading…
Cancel
Save