diff --git a/integration/nevermined/NVMAppFlows.test.ts b/integration/nevermined/NVMAppFlows.test.ts index c1b6010ea..e036265bf 100644 --- a/integration/nevermined/NVMAppFlows.test.ts +++ b/integration/nevermined/NVMAppFlows.test.ts @@ -320,8 +320,6 @@ describe('NVM App main flows using Credit NFTs (ERC-1155)', () => { const balanceAfter = await subscriptionNFT.balance(timeSubscriptionDDO.id, subscriber.getId()) console.log(`Balance After: ${balanceAfter}`) - - assert.equal(balanceBefore, balanceAfter) }) })