Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed Mar 22, 2024
1 parent 19c5cd9 commit 186e3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/nevermined/NVMAppAPI.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ describe('NVM App API', () => {
})

it('I want to order a subscription', async () => {
const orderResult = await nvmApp.orderSubscription(subscriptionDid)
const orderResult = await nvmApp.orderSubscriptionAsync(subscriptionDid)
assert.isDefined(orderResult)
assert.isTrue(orderResult.success)
assert.isTrue(orderResult.agreementId.length > 0)
Expand Down

0 comments on commit 186e3c9

Please sign in to comment.