git.delta.rocks / unique-network / refs/commits / 54a796702bba

difftreelog

Remove console.log

Andy Smith2023-06-27parent: #a7c577e.patch.diff
in: master

1 file changed

modifiedtests/src/eth/marketplace-v2/marketplace.test.tsdiffbeforeafterboth
152 expect(ownerCross.sub).to.be.eq(sellerCross.sub);152 expect(ownerCross.sub).to.be.eq(sellerCross.sub);
153153
154 const buyerCross = await helper.ethCrossAccount.createAccountWithBalance(donor, 10n);154 const buyerCross = await helper.ethCrossAccount.createAccountWithBalance(donor, 10n);
155 console.log('before buy');
156155
157 // Buyer has only 10 UNQ156 // Buyer has only 10 UNQ
158 const buyerBalance = await helper.balance.getEthereum(buyerCross.eth);157 const buyerBalance = await helper.balance.getEthereum(buyerCross.eth);