re-enable coordinator client tests (#2394)
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
"@0x/contracts-exchange-libs": "^4.0.1",
|
||||
"@0x/contracts-gen": "^2.0.1",
|
||||
"@0x/contracts-utils": "^4.0.1",
|
||||
"@0x/coordinator-server": "^1.0.4",
|
||||
"@0x/coordinator-server": "^1.0.5",
|
||||
"@0x/dev-utils": "^3.0.1",
|
||||
"@0x/migrations": "^5.0.1",
|
||||
"@0x/order-utils": "^10.0.0",
|
||||
|
||||
@@ -19,7 +19,7 @@ const coordinatorEndpoint = 'http://localhost:';
|
||||
const DEFAULT_PROTOCOL_FEE_MULTIPLIER = new BigNumber(150000);
|
||||
|
||||
// tslint:disable:custom-no-magic-numbers
|
||||
blockchainTests.skip('Coordinator Client', env => {
|
||||
blockchainTests('Coordinator Client', env => {
|
||||
const takerTokenFillAmount = new BigNumber(0);
|
||||
const chainId = 1337;
|
||||
const assetDataEncoder = new IAssetDataContract(constants.NULL_ADDRESS, env.provider);
|
||||
|
||||
Reference in New Issue
Block a user