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

Fix linting

This commit is contained in:
Jamie Hewitt 2022-04-20 15:24:33 +02:00
parent 44db9db5a4
commit ee90d58cde

View File

@ -552,7 +552,7 @@ describe('Datatoken', () => {
const key = web3.utils.keccak256(datatokenAddress)
assert((await nftDatatoken.getData(nftAddress, key)) === OldData)
})
it('#setPublishingMarketFee - nftOwner should be able to set the Publishing Market Fee', async () => {
const originalPublishingMarketFee = await datatoken.getPublishingMarketFee(
datatokenAddress,