From 0f413febd3cf2798a9be1149b1ef7ddd3550f7d0 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 26 Jun 2017 10:30:09 -0700 Subject: Fix typo --- test/ether_token_wrapper_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ether_token_wrapper_test.ts') diff --git a/test/ether_token_wrapper_test.ts b/test/ether_token_wrapper_test.ts index 730b85497..60fe00925 100644 --- a/test/ether_token_wrapper_test.ts +++ b/test/ether_token_wrapper_test.ts @@ -93,7 +93,7 @@ describe.only('EtherTokenWrapper', () => { return expect( zeroEx.etherToken.withdrawAsync(overWETHBalance, addressWithETH), - ).to.be.rejectedWith(ZeroExError.INSUFFICIENT_WETH_BALANCE_FOR_WITHDRAWL); + ).to.be.rejectedWith(ZeroExError.INSUFFICIENT_WETH_BALANCE_FOR_WITHDRAWAL); }); }); }); -- cgit