aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/test
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-07-03 20:56:52 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-07-05 21:05:57 +0800
commitc1635f26569ebcc66696f2a5ede139d96a5318f1 (patch)
tree1212890ce0bb8c19a86865486b728c9bf9eef181 /packages/contract-wrappers/test
parent029d91bd7a42691446adbe0e1c9192f8484b0af9 (diff)
downloaddexon-sol-tools-c1635f26569ebcc66696f2a5ede139d96a5318f1.tar
dexon-sol-tools-c1635f26569ebcc66696f2a5ede139d96a5318f1.tar.gz
dexon-sol-tools-c1635f26569ebcc66696f2a5ede139d96a5318f1.tar.bz2
dexon-sol-tools-c1635f26569ebcc66696f2a5ede139d96a5318f1.tar.lz
dexon-sol-tools-c1635f26569ebcc66696f2a5ede139d96a5318f1.tar.xz
dexon-sol-tools-c1635f26569ebcc66696f2a5ede139d96a5318f1.tar.zst
dexon-sol-tools-c1635f26569ebcc66696f2a5ede139d96a5318f1.zip
Remove only from tests
Diffstat (limited to 'packages/contract-wrappers/test')
-rw-r--r--packages/contract-wrappers/test/erc721_wrapper_test.ts2
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,