aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/protocol/test/exchange/order_validator.ts
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/protocol/test/exchange/order_validator.ts')
-rw-r--r--contracts/protocol/test/exchange/order_validator.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/contracts/protocol/test/exchange/order_validator.ts b/contracts/protocol/test/exchange/order_validator.ts
index 39b173fdd..8f53426db 100644
--- a/contracts/protocol/test/exchange/order_validator.ts
+++ b/contracts/protocol/test/exchange/order_validator.ts
@@ -18,13 +18,14 @@ import * as _ from 'lodash';
import {
artifacts,
ERC20ProxyContract,
+ ERC20Wrapper,
ERC721ProxyContract,
+ ERC721Wrapper,
ExchangeContract,
+ ExchangeWrapper,
OrderValidatorContract,
} from '../../src';
-import { ERC20Wrapper, ERC721Wrapper, ExchangeWrapper } from '../utils';
-
chaiSetup.configure();
const expect = chai.expect;
const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper);