From 09e921a562bea4fa80ec19ce7a9061bbcffbd580 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Fri, 29 Jun 2018 16:50:15 +0300 Subject: Fix build after rebase --- packages/contract-wrappers/test/erc721_wrapper_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/contract-wrappers/test') diff --git a/packages/contract-wrappers/test/erc721_wrapper_test.ts b/packages/contract-wrappers/test/erc721_wrapper_test.ts index 138ff866b..e3440b9b9 100644 --- a/packages/contract-wrappers/test/erc721_wrapper_test.ts +++ b/packages/contract-wrappers/test/erc721_wrapper_test.ts @@ -166,7 +166,7 @@ describe('ERC721Wrapper', () => { ); expect(isApprovedForAll).to.be.false(); // set - const isApprovedForAll = true; + isApprovedForAll = true; let txHash = await contractWrappers.erc721Token.setApprovalForAllAsync( tokenAddress, ownerAddress, -- cgit v1.2.3