Pass in a provider and instantiate a new web3Wrapper in token_registry_wrapper
This commit is contained in:
@@ -34,7 +34,7 @@ describe('TokenRegistry', () => {
|
||||
owner = accounts[0];
|
||||
notOwner = accounts[1];
|
||||
tokenReg = await TokenRegistryContract.deployFrom0xArtifactAsync(artifacts.TokenRegistry, provider, txDefaults);
|
||||
tokenRegWrapper = new TokenRegWrapper(tokenReg);
|
||||
tokenRegWrapper = new TokenRegWrapper(tokenReg, provider);
|
||||
});
|
||||
beforeEach(async () => {
|
||||
await blockchainLifecycle.startAsync();
|
||||
|
Reference in New Issue
Block a user