Fix a typo
This commit is contained in:
parent
5dea432ebf
commit
f20e1acad9
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user