address more comments

This commit is contained in:
Michael Zhu
2019-11-26 14:19:37 -08:00
parent 74830854ca
commit 41576652dc
4 changed files with 6 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ import { TestEth2DaiContract, TestUniswapExchangeContract } from '../wrappers';
import { deployForwarderAsync } from './deploy_forwarder';
import { ForwarderTestFactory } from './forwarder_test_factory';
blockchainTests.resets.only('Forwarder <> ERC20Bridge integration tests', env => {
blockchainTests.resets('Forwarder <> ERC20Bridge integration tests', env => {
let deployment: DeploymentManager;
let balanceStore: BlockchainBalanceStore;
let testFactory: ForwarderTestFactory;