Skip to content

Commit

Permalink
remove duplicate test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariacarmina committed Sep 24, 2024
1 parent a6620c9 commit 27aa6bb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/integration/PublishEditConsume.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,17 +369,6 @@ describe('Publish consume test', async () => {
assert(arwaveOrderTx, 'Ordering arwave dataset failed.')
}).timeout(40000)

onchainOrderTx = await orderAsset(
resolvedOnchainAssetDdo.id,
resolvedOnchainAssetDdo.services[0].datatokenAddress,
await consumerAccount.getAddress(),
resolvedOnchainAssetDdo.services[0].id,
0,
datatoken,
providerUrl
)
assert(onchainOrderTx, 'Ordering onchain dataset failed.')

// To be fixed in #1849
// ipfsOrderTx = await orderAsset(
// resolvedIpfsAssetDdo.id,
Expand Down

0 comments on commit 27aa6bb

Please sign in to comment.