removed .only from tests

This commit is contained in:
Greg Hysen
2019-05-27 13:31:18 -07:00
parent 976be66dee
commit d5afe696da

View File

@@ -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);