From e19d5b3c78d1f986bc7e0db70a8241b9f2995763 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 18 Sep 2017 17:26:30 +0200 Subject: Fix a typo --- test/artifacts_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/artifacts_test.ts b/test/artifacts_test.ts index 59fd9e342..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)._getTokentransferProxyAddressAsync(); + await (zeroEx.token as any)._getTokenTransferProxyAddressAsync(); }).timeout(TIMEOUT); it('exchange contract is deployed', async () => { await zeroEx.exchange.getContractAddressAsync(); -- cgit v1.2.3