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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/artifacts_test.ts b/test/artifacts_test.ts
index 65d75f16e..bd34a6b91 100644
--- a/test/artifacts_test.ts
+++ b/test/artifacts_test.ts
@@ -23,7 +23,7 @@ describe('Artifacts', () => {
await (zeroEx.tokenRegistry as any)._getTokenRegistryContractAsync();
}).timeout(TIMEOUT);
it('proxy contract is deployed', async () => {
- await (zeroEx.token as any)._getProxyAddressAsync();
+ await (zeroEx.token as any)._getTokenTransferProxyAddressAsync();
}).timeout(TIMEOUT);
it('exchange contract is deployed', async () => {
await zeroEx.exchange.getContractAddressAsync();