fixed prettier error with tests

This commit is contained in:
Noah Khamliche 2021-09-01 11:33:34 -04:00 committed by Noah Khamliche
parent a20de0fc69
commit 0caf495a1a

View File

@ -7,7 +7,7 @@ import { artifacts } from '../artifacts';
import { FundRecoveryFeatureContract } from '../generated-wrappers/fund_recovery_feature'; import { FundRecoveryFeatureContract } from '../generated-wrappers/fund_recovery_feature';
import { abis } from '../utils/abis'; import { abis } from '../utils/abis';
import { fullMigrateAsync } from '../utils/migration'; import { fullMigrateAsync } from '../utils/migration';
import {TestMintableERC20TokenContract} from '../wrappers'; import { TestMintableERC20TokenContract } from '../wrappers';
blockchainTests('FundRecovery', async env => { blockchainTests('FundRecovery', async env => {
let owner: string; let owner: string;