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
a5fc11365b
commit
00e2a68918
@ -35,7 +35,7 @@ describe('Datatoken', () => {
|
|||||||
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