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

initialize accounts with null

This commit is contained in:
Miquel A. Cabot 2022-05-23 15:54:21 +02:00
parent 2ff2a21809
commit d77966a646

View File

@ -43,7 +43,7 @@ describe('Pool unit test', () => {
templateIndex: 1, templateIndex: 1,
tokenURI: 'https://oceanprotocol.com/nft/', tokenURI: 'https://oceanprotocol.com/nft/',
transferable: true, transferable: true,
owner: factoryOwner owner: null
} }
before(async () => { before(async () => {