1
0
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:
Miquel A. Cabot 2022-06-10 10:08:17 +02:00
parent b371069d0f
commit 04629cd403

View File

@ -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 () => {