diff --git a/contracts/zero-ex/test/features/fund_recovery_tests.ts b/contracts/zero-ex/test/features/fund_recovery_tests.ts index 7908816a6d..3ded6b1a14 100644 --- a/contracts/zero-ex/test/features/fund_recovery_tests.ts +++ b/contracts/zero-ex/test/features/fund_recovery_tests.ts @@ -7,7 +7,7 @@ import { artifacts } from '../artifacts'; import { FundRecoveryFeatureContract } from '../generated-wrappers/fund_recovery_feature'; import { abis } from '../utils/abis'; import { fullMigrateAsync } from '../utils/migration'; -import {TestMintableERC20TokenContract} from '../wrappers'; +import { TestMintableERC20TokenContract } from '../wrappers'; blockchainTests('FundRecovery', async env => { let owner: string;