fixed migrations

This commit is contained in:
David Sun
2019-11-25 01:05:24 -05:00
parent a636e87a4f
commit de2b16c464
7 changed files with 11 additions and 18 deletions

View File

@@ -42,7 +42,7 @@ describe('ABI Decoding Calldata', () => {
chainId,
};
contractAddresses = await migrateOnceAsync();
contractAddresses = await migrateOnceAsync(provider);
await blockchainLifecycle.startAsync();
const config = {
chainId: constants.TESTRPC_CHAIN_ID,