git.delta.rocks / unique-network / refs/commits / d6e9c774b63f

difftreelog

tests(promotion): scrub a now redundant comment

Fahrrader2022-10-12parent: #258e5a1.patch.diff
in: master

1 file changed

modifiedtests/src/app-promotion.test.tsdiffbeforeafterboth
504 504
505 // caller payed for call505 // caller payed for call
506 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