Changed before for beforeAll, refactored Bouncer tests. (#1094)
* Changed before for beforeAll, refactored Bouncer tests. * Fixed linter errors. * fix: updates for SignatureBouncer tests and voucher construction
This commit is contained in:
@ -6,7 +6,7 @@ var MerkleProofWrapper = artifacts.require('MerkleProofWrapper');
|
||||
contract('MerkleProof', function (accounts) {
|
||||
let merkleProof;
|
||||
|
||||
before(async function () {
|
||||
beforeEach(async function () {
|
||||
merkleProof = await MerkleProofWrapper.new();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user