Add missing semicolon in ECRecovery test
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user