difftreelog
Remove console.log
in: master
1 file changed
tests/src/eth/marketplace-v2/marketplace.test.tsdiffbeforeafterboth152 expect(ownerCross.sub).to.be.eq(sellerCross.sub);152 expect(ownerCross.sub).to.be.eq(sellerCross.sub);153153154 const buyerCross = await helper.ethCrossAccount.createAccountWithBalance(donor, 10n);154 const buyerCross = await helper.ethCrossAccount.createAccountWithBalance(donor, 10n);155 console.log('before buy');156155157 // Buyer has only 10 UNQ156 // Buyer has only 10 UNQ158 const buyerBalance = await helper.balance.getEthereum(buyerCross.eth);157 const buyerBalance = await helper.balance.getEthereum(buyerCross.eth);