diff options
-rw-r--r-- | packages/contract-wrappers/test/erc721_wrapper_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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, |