1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

initialize owner with null

This commit is contained in:
Miquel A. Cabot 2022-05-23 15:43:39 +02:00
parent 7c093d1535
commit 7f1401ae9f

View File

@ -21,7 +21,7 @@ describe('NFT', () => {
templateIndex: 1,
tokenURI: 'https://oceanprotocol.com/nft/',
transferable: true,
owner: nftOwner
owner: null
}
before(async () => {