From d6e9c774b63f2b311dc0e6b48ca391631ab93e98 Mon Sep 17 00:00:00 2001 From: Fahrrader Date: Wed, 12 Oct 2022 10:28:50 +0000 Subject: [PATCH] tests(promotion): scrub a now redundant comment --- --- a/tests/src/app-promotion.test.ts +++ b/tests/src/app-promotion.test.ts @@ -504,7 +504,6 @@ // caller payed for call expect(1000n * nominal > callerBalance).to.be.true; - // todo:playgrounds look into. why did it work before with 1000n, and is now 100n? expect(contractBalanceAfter).to.be.equal(100n * nominal); }); -- gitstuff