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 15:10:23 +01:00
parent 7a348fc071
commit 2176f73838
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -218,6 +218,7 @@ describe('Publish tests', async () => {
)
const allowedSwapper = bundleNFT.events.DispenserCreated.returnValues[4]
console.log(`Allowed Swapper: ${allowedSwapper}`)
assert(allowedSwapper === ZERO_ADDRESS, 'ZERO_ADDRESS is not set as allowedSwapper')
const nftAddress = bundleNFT.events.NFTCreated.returnValues[0]