aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/exchange_wrapper_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/exchange_wrapper_test.ts b/test/exchange_wrapper_test.ts
index ea541ca8e..36ad34fab 100644
--- a/test/exchange_wrapper_test.ts
+++ b/test/exchange_wrapper_test.ts
@@ -101,7 +101,7 @@ describe('ExchangeWrapper', () => {
});
describe('#fillOrderAsync', () => {
let tokens: Token[];
- let addressBySymbol: {[symbol: string]: string} = {};
+ const addressBySymbol: {[symbol: string]: string} = {};
let networkId: number;
const setBalance = async (toAddress: string,
amountInBaseUnits: BigNumber.BigNumber|number,