This commit is contained in:
Michael Zhu
2019-10-22 17:02:58 -07:00
parent 752dd04546
commit 8869d79c68
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ import { TransactionReceiptWithDecodedLogs } from 'ethereum-types';
import { Actor, actorAddressesByName, FeeRecipient, Maker } from '../actors';
import { deployCoordinatorAsync } from './deploy_coordinator';
import { DeploymentManager } from '../deployment/deployment_mananger';
import { DeploymentManager } from '../utils/deployment_manager';
// tslint:disable:no-unnecessary-type-assertion
blockchainTests.resets('Coordinator tests', env => {