mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
change ERC721 to NFT in datatoken test
This commit is contained in:
parent
b371069d0f
commit
04629cd403
@ -541,9 +541,9 @@ describe('Datatoken', () => {
|
||||
)
|
||||
})
|
||||
|
||||
it('#getERC721Address - should succeed to get the parent ERC721 address', async () => {
|
||||
it('#getNFTAddress - should succeed to get the parent NFT address', async () => {
|
||||
const address = await datatoken.getNFTAddress(datatokenAddress)
|
||||
assert(address, 'Not able to get the parent ERC721 address')
|
||||
assert(address, 'Not able to get the parent NFT address')
|
||||
})
|
||||
|
||||
it('#setData - should set a value into 725Y standard, if Caller has ERC20Deployer permission', async () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user