mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
test
This commit is contained in:
parent
13fc7bfe3a
commit
7a348fc071
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user