Skip to content

Commit

Permalink
fix: rest of the cases?
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsmkl committed Sep 28, 2023
1 parent 65f0b90 commit 3009c47
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions integration/external/Datasets.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ describe('Gate-keeping of Dataset using NFT ERC-721 End-to-End', () => {
'',
'',
0,
nevermined.keeper.nvmConfig.address,
])

await nevermined.contracts.loadNft721Api(subscriptionNFT)
Expand Down
1 change: 1 addition & 0 deletions integration/external/Services.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ describe('Gate-keeping of Web Services using NFT ERC-721 End-to-End', () => {
'',
'',
0,
nevermined.keeper.nvmConfig.address,
])

await nevermined.contracts.loadNft721Api(subscriptionNFT)
Expand Down
3 changes: 3 additions & 0 deletions integration/nevermined/SubscriptionDuration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ describe('Subscription Durations', () => {
'',
'',
0,
nevermined.keeper.nvmConfig.address,
])

await nevermined.contracts.loadNft721Api(subscriptionNFT)
Expand Down Expand Up @@ -129,6 +130,7 @@ describe('Subscription Durations', () => {
'',
'',
0,
nevermined.keeper.nvmConfig.address,
])

await nevermined.contracts.loadNft721Api(subscriptionNFT)
Expand Down Expand Up @@ -221,6 +223,7 @@ describe('Subscription Durations', () => {
'',
'',
0,
nevermined.keeper.nvmConfig.address,
])

await nevermined.contracts.loadNft721Api(subscriptionNFT)
Expand Down
1 change: 1 addition & 0 deletions integration/nevermined/Subscriptions.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ describe('Subscriptions using NFT ERC-721 End-to-End', () => {
'',
'',
0,
nevermined.keeper.nvmConfig.address,
])

await nevermined.contracts.loadNft721Api(subscriptionNFT)
Expand Down

0 comments on commit 3009c47

Please sign in to comment.