From b2b5abadb22420650334041f9560e3ac4e5b7e41 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 22 Aug 2017 11:28:26 +0200 Subject: Rename internally Proxy to TokenTransferProxy --- test/exchange_wrapper_test.ts | 2 +- test/proxy_wrapper_test.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/exchange_wrapper_test.ts b/test/exchange_wrapper_test.ts index 9c3da81b2..2f1b09ad2 100644 --- a/test/exchange_wrapper_test.ts +++ b/test/exchange_wrapper_test.ts @@ -23,7 +23,7 @@ import {DoneCallback} from '../src/types'; import {FillScenarios} from './utils/fill_scenarios'; import {TokenUtils} from './utils/token_utils'; import {assert} from '../src/utils/assert'; -import {ProxyWrapper} from '../src/contract_wrappers/proxy_wrapper'; +import {TokenTransferProxyWrapper} from '../src/contract_wrappers/token_transfer_proxy_wrapper'; chaiSetup.configure(); const expect = chai.expect; diff --git a/test/proxy_wrapper_test.ts b/test/proxy_wrapper_test.ts index 42baed2b1..8faef0b30 100644 --- a/test/proxy_wrapper_test.ts +++ b/test/proxy_wrapper_test.ts @@ -2,12 +2,12 @@ import * as chai from 'chai'; import {chaiSetup} from './utils/chai_setup'; import {web3Factory} from './utils/web3_factory'; import {ZeroEx} from '../src'; -import {ProxyWrapper} from '../src/contract_wrappers/proxy_wrapper'; +import {TokenTransferProxyWrapper} from '../src/contract_wrappers/token_transfer_proxy_wrapper'; chaiSetup.configure(); const expect = chai.expect; -describe('ProxyWrapper', () => { +describe('TokenTransferProxyWrapper', () => { let zeroEx: ZeroEx; before(async () => { const web3 = web3Factory.create(); -- cgit v1.2.3