removed .only for tests
This commit is contained in:
parent
dde4ed3754
commit
899d0f1e42
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user