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

fix lint problem

This commit is contained in:
Miquel A. Cabot 2022-06-13 12:52:31 +02:00
parent 5c5f735a53
commit d6cbe479e1

View File

@ -105,11 +105,7 @@ describe('Nft Factory test', () => {
it('#createNftwithErc - should create an NFT and a Datatoken', async () => {
// we prepare transaction parameters objects
const txReceipt = await nftFactory.createNftWithDatatoken(
nftOwner,
nftData,
dtParams
)
const txReceipt = await nftFactory.createNftWithDatatoken(nftOwner, nftData, dtParams)
// events have been emitted
expect(txReceipt.events.NFTCreated.event === 'NFTCreated')