difftreelog
tests(promotion): scrub a now redundant comment
in: master
1 file changed
tests/src/app-promotion.test.tsdiffbeforeafterboth504 504 505 // caller payed for call505 // caller payed for call506 expect(1000n * nominal > callerBalance).to.be.true;506 expect(1000n * nominal > callerBalance).to.be.true;507 // todo:playgrounds look into. why did it work before with 1000n, and is now 100n?508 expect(contractBalanceAfter).to.be.equal(100n * nominal);507 expect(contractBalanceAfter).to.be.equal(100n * nominal);509 });508 });510 509