Move DeploymentManager back into test dir since only used in integrations package

This commit is contained in:
fabioberger
2019-11-12 16:55:36 +00:00
parent 9d468e2383
commit 8bc5faff3c
14 changed files with 12 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
import { constants as stakingConstants } from '@0x/contracts-staking';
import { blockchainTests, expect } from '@0x/contracts-test-utils';
import { DeploymentManager } from '../../src/deployment_manager';
import { Authorizable, Ownable } from '../../src/wrapper_interfaces';
import { DeploymentManager } from '../deployment_manager';
import { Authorizable, Ownable } from '../wrapper_interfaces';
blockchainTests('Deployment Manager', env => {
let owner: string;