mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
solve problem with NftCreateData constant
This commit is contained in:
parent
050edc4081
commit
4e1a79ac21
@ -47,7 +47,9 @@ describe('Nft Factory test', () => {
|
|||||||
name: NFT_NAME,
|
name: NFT_NAME,
|
||||||
symbol: NFT_SYMBOL,
|
symbol: NFT_SYMBOL,
|
||||||
templateIndex: 1,
|
templateIndex: 1,
|
||||||
tokenURI: NFT_TOKEN_URI
|
tokenURI: NFT_TOKEN_URI,
|
||||||
|
transferable: true,
|
||||||
|
owner: factoryOwner
|
||||||
}
|
}
|
||||||
|
|
||||||
before(async () => {
|
before(async () => {
|
||||||
@ -57,6 +59,8 @@ describe('Nft Factory test', () => {
|
|||||||
user1 = accounts[2]
|
user1 = accounts[2]
|
||||||
user2 = accounts[3]
|
user2 = accounts[3]
|
||||||
|
|
||||||
|
NFT_DATA.owner = factoryOwner
|
||||||
|
|
||||||
ercParams = {
|
ercParams = {
|
||||||
templateIndex: 1,
|
templateIndex: 1,
|
||||||
minter: nftOwner,
|
minter: nftOwner,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user