aboutsummaryrefslogtreecommitdiffstats
path: root/test/artifacts_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/artifacts_test.ts')
-rw-r--r--test/artifacts_test.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/artifacts_test.ts b/test/artifacts_test.ts
index 8393250aa..04b9ecb2d 100644
--- a/test/artifacts_test.ts
+++ b/test/artifacts_test.ts
@@ -27,8 +27,7 @@ describe('Artifacts', () => {
await (zeroEx.token as any)._getProxyAddressAsync();
}).timeout(TIMEOUT);
it('exchange contract is deployed', async () => {
- const exchangeContractAddresses = await zeroEx.getAvailableExchangeContractAddressesAsync();
- expect(exchangeContractAddresses).to.have.lengthOf.above(0);
+ await zeroEx.exchange.getContractAddressAsync();
}).timeout(TIMEOUT);
});
});