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:
parent
7c093d1535
commit
7f1401ae9f
@ -21,7 +21,7 @@ describe('NFT', () => {
|
|||||||
templateIndex: 1,
|
templateIndex: 1,
|
||||||
tokenURI: 'https://oceanprotocol.com/nft/',
|
tokenURI: 'https://oceanprotocol.com/nft/',
|
||||||
transferable: true,
|
transferable: true,
|
||||||
owner: nftOwner
|
owner: null
|
||||||
}
|
}
|
||||||
|
|
||||||
before(async () => {
|
before(async () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user