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:
@ -3,7 +3,7 @@ var MathMock = artifacts.require('MathMock');
|
||||
contract('Math', function (accounts) {
|
||||
let math;
|
||||
|
||||
before(async function () {
|
||||
beforeEach(async function () {
|
||||
math = await MathMock.new();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user