removed .only for tests

This commit is contained in:
Greg Hysen 2019-05-29 14:25:41 -07:00
parent dde4ed3754
commit 899d0f1e42

View File

@ -30,7 +30,7 @@ const expect = chai.expect;
const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper); const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper);
// tslint:disable:no-unnecessary-type-assertion // tslint:disable:no-unnecessary-type-assertion
describe.only('ERC1155Proxy', () => { describe('ERC1155Proxy', () => {
// constant values used in transfer tests // constant values used in transfer tests
const nftOwnerBalance = new BigNumber(1); const nftOwnerBalance = new BigNumber(1);
const nftNotOwnerBalance = new BigNumber(0); const nftNotOwnerBalance = new BigNumber(0);