1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

remove unused variables

This commit is contained in:
Miquel A. Cabot 2022-03-28 13:13:22 +02:00
parent b6bbdce723
commit 1fda84251e

View File

@ -357,9 +357,6 @@ describe('NFT', () => {
})
it('#setMetaData - should fail to update metadata if NOT metadataUpdater', async () => {
const data = web3.utils.asciiToHex(user2)
const dataHash = '0x' + sha256(data).toString()
const flags = web3.utils.asciiToHex(user2)
assert(
(await nftDatatoken.getNftPermissions(nftAddress, user3)).updateMetadata === false
)