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:
@ -8,7 +8,7 @@ require('chai')
|
||||
.should();
|
||||
|
||||
contract('SupportsInterfaceWithLookup', function (accounts) {
|
||||
before(async function () {
|
||||
beforeEach(async function () {
|
||||
this.mock = await SupportsInterfaceWithLookup.new();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user