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:
parent
5c5f735a53
commit
d6cbe479e1
@ -105,11 +105,7 @@ describe('Nft Factory test', () => {
|
|||||||
|
|
||||||
it('#createNftwithErc - should create an NFT and a Datatoken', async () => {
|
it('#createNftwithErc - should create an NFT and a Datatoken', async () => {
|
||||||
// we prepare transaction parameters objects
|
// we prepare transaction parameters objects
|
||||||
const txReceipt = await nftFactory.createNftWithDatatoken(
|
const txReceipt = await nftFactory.createNftWithDatatoken(nftOwner, nftData, dtParams)
|
||||||
nftOwner,
|
|
||||||
nftData,
|
|
||||||
dtParams
|
|
||||||
)
|
|
||||||
|
|
||||||
// events have been emitted
|
// events have been emitted
|
||||||
expect(txReceipt.events.NFTCreated.event === 'NFTCreated')
|
expect(txReceipt.events.NFTCreated.event === 'NFTCreated')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user