From 899d0f1e42995f28d51aa0e136f41b07c0b958e4 Mon Sep 17 00:00:00 2001 From: Greg Hysen Date: Wed, 29 May 2019 14:25:41 -0700 Subject: [PATCH] removed .only for tests --- contracts/asset-proxy/test/erc1155_proxy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/asset-proxy/test/erc1155_proxy.ts b/contracts/asset-proxy/test/erc1155_proxy.ts index f370fc02ef..52bd158cc3 100644 --- a/contracts/asset-proxy/test/erc1155_proxy.ts +++ b/contracts/asset-proxy/test/erc1155_proxy.ts @@ -30,7 +30,7 @@ const expect = chai.expect; const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper); // tslint:disable:no-unnecessary-type-assertion -describe.only('ERC1155Proxy', () => { +describe('ERC1155Proxy', () => { // constant values used in transfer tests const nftOwnerBalance = new BigNumber(1); const nftNotOwnerBalance = new BigNumber(0);