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:52:56 +02:00
parent a5fc11365b
commit 00e2a68918

View File

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