Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsmkl committed Oct 20, 2022
2 parents 87b5f4d + cf5b8bf commit f4b5a3c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
11 changes: 0 additions & 11 deletions test/integration-tests/Assets.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,6 @@ describe('Assets e2e Testing', () => {

beforeAll(async () => {
console.log(`NETWORK: ${execOpts.env.NETWORK}`)
/*
if (
execOpts.env.NETWORK === 'spree' ||
execOpts.env.NETWORK === 'geth-localnet' ||
execOpts.env.NETWORK === 'polygon-localnet'
) {
console.log(`Funding account: ${execOpts.accounts[0]}`)
const fundCommand = `${baseCommands.accounts.fund} "${execOpts.accounts[0]}" --token erc20`
console.debug(`COMMAND: ${fundCommand}`)
execCommand(fundCommand, execOpts)
}*/

const registerAssetCommand = `${baseCommands.assets.registerAsset} --accountIndex 0 --name "${metadataConfig.name}" --author "${metadataConfig.author}" --price "${metadataConfig.price}" --urls ${metadataConfig.url} --contentType ${metadataConfig.contentType}`
console.debug(`COMMAND: ${registerAssetCommand}`)
Expand Down
1 change: 0 additions & 1 deletion test/integration-tests/NFTs1155.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ describe('NFTs (ERC-1155) e2e Testing (Gateway transfer)', () => {
}
} catch (error) {
console.warn(`Unable to fund accounts`)
console.trace((error as Error).message)
}
})

Expand Down
1 change: 0 additions & 1 deletion test/integration-tests/NFTs1155_noGateway.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ describe('NFTs (ERC-1155) e2e Testing (Seller transfer)', () => {
}
} catch (error) {
console.warn(`Unable to fund accounts`)
console.trace((error as Error).message)
}
})

Expand Down
1 change: 0 additions & 1 deletion test/integration-tests/Provenance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ describe('Provenance e2e Testing', () => {
}
} catch (error) {
console.warn(`Unable to fund accounts`)
console.trace((error as Error).message)
}

const registerAssetCommand = `${baseCommands.assets.registerAsset} --accountIndex 0 --name "CLI Testing service agreement" --author "${metadataConfig.author}" --price "${metadataConfig.price}" --urls ${metadataConfig.url} --contentType ${metadataConfig.contentType}`
Expand Down

0 comments on commit f4b5a3c

Please sign in to comment.