aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/test/ether_token_wrapper_test.ts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-23 04:13:25 +0800
committerFabio Berger <me@fabioberger.com>2018-03-23 04:13:25 +0800
commit05daab5deaf77949b305f66efbe7c4dbf49003d9 (patch)
treefda99e03366b0d5c34fd0ee60785f6c6059c1ed7 /packages/0x.js/test/ether_token_wrapper_test.ts
parent170e5589f95e33298212ec708ee538a711dcd133 (diff)
downloaddexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.tar
dexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.tar.gz
dexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.tar.bz2
dexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.tar.lz
dexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.tar.xz
dexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.tar.zst
dexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.zip
Fix typos
Diffstat (limited to 'packages/0x.js/test/ether_token_wrapper_test.ts')
-rw-r--r--packages/0x.js/test/ether_token_wrapper_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/test/ether_token_wrapper_test.ts b/packages/0x.js/test/ether_token_wrapper_test.ts
index da6d95d07..6237ccf23 100644
--- a/packages/0x.js/test/ether_token_wrapper_test.ts
+++ b/packages/0x.js/test/ether_token_wrapper_test.ts
@@ -137,7 +137,7 @@ describe('EtherTokenWrapper', () => {
gasCost = expectedETHBalance.minus(postETHBalance);
expect(gasCost).to.be.bignumber.lte(MAX_REASONABLE_GAS_COST_IN_WEI);
});
- it('should throw if user has insufficient WETH balance for withdrawl', async () => {
+ it('should throw if user has insufficient WETH balance for withdrawal', async () => {
const preWETHBalance = await zeroEx.token.getBalanceAsync(wethContractAddress, addressWithETH);
expect(preWETHBalance).to.be.bignumber.equal(0);