Make getZRXTokenAddress non async

This commit is contained in:
Leonid Logvinov
2017-11-21 16:50:14 -06:00
parent 131236305b
commit 63dc606a9c
11 changed files with 40 additions and 56 deletions

View File

@@ -58,7 +58,7 @@ describe('EventWatcher', () => {
before(async () => {
web3 = web3Factory.create();
const pollingIntervalMs = 10;
web3Wrapper = new Web3Wrapper(web3.currentProvider);
web3Wrapper = new Web3Wrapper(web3.currentProvider, constants.TESTRPC_NETWORK_ID);
eventWatcher = new EventWatcher(web3Wrapper, pollingIntervalMs);
});
afterEach(() => {