From c1635f26569ebcc66696f2a5ede139d96a5318f1 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 3 Jul 2018 15:56:52 +0300 Subject: Remove only from tests --- packages/contract-wrappers/test/erc721_wrapper_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/contract-wrappers') diff --git a/packages/contract-wrappers/test/erc721_wrapper_test.ts b/packages/contract-wrappers/test/erc721_wrapper_test.ts index e3440b9b9..96b8fcf1d 100644 --- a/packages/contract-wrappers/test/erc721_wrapper_test.ts +++ b/packages/contract-wrappers/test/erc721_wrapper_test.ts @@ -426,7 +426,7 @@ describe('ERC721Wrapper', () => { ); expect(logs).to.have.length(0); }); - it.only('should only get the logs with the correct indexed fields', async () => { + it('should only get the logs with the correct indexed fields', async () => { const isApprovedForAll = true; txHash = await contractWrappers.erc721Token.setApprovalForAllAsync( tokenAddress, -- cgit v1.2.3