Fix a typo

This commit is contained in:
Leonid Logvinov 2018-06-29 16:43:38 +03:00
parent 5dea432ebf
commit f20e1acad9
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -179,7 +179,7 @@ describe('ERC721Wrapper', () => {
operatorAddress, operatorAddress,
); );
expect(isApprovedForAll).to.be.true(); expect(isApprovedForAll).to.be.true();
// usnset // unset
txHash = await contractWrappers.erc721Token.setApprovalForAllAsync( txHash = await contractWrappers.erc721Token.setApprovalForAllAsync(
tokenAddress, tokenAddress,
ownerAddress, ownerAddress,