readability cleanup

This commit is contained in:
Greg Hysen
2019-05-29 14:18:18 -07:00
parent d5afe696da
commit b596e02752
2 changed files with 43 additions and 43 deletions

View File

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