1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
This commit is contained in:
Matthias Kretschmann 2022-10-04 14:41:55 +01:00
parent 13fc7bfe3a
commit 7a348fc071
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -217,6 +217,9 @@ describe('Publish tests', async () => {
dispenserParams
)
const allowedSwapper = bundleNFT.events.DispenserCreated.returnValues[4]
assert(allowedSwapper === ZERO_ADDRESS, 'ZERO_ADDRESS is not set as allowedSwapper')
const nftAddress = bundleNFT.events.NFTCreated.returnValues[0]
const datatokenAddress = bundleNFT.events.TokenCreated.returnValues[0]
assetUrl.datatokenAddress = datatokenAddress