From 6e4777e0ef8853f281057547e03dd98c328a1e2d Mon Sep 17 00:00:00 2001 From: PraetorP Date: Tue, 06 Jun 2023 05:50:21 +0000 Subject: [PATCH] test(app-promo): added TODO comment --- --- a/tests/src/sub/appPromotion/appPromotion.test.ts +++ b/tests/src/sub/appPromotion/appPromotion.test.ts @@ -144,7 +144,7 @@ } }); }); - // Now AppPromo makes freezes. Probably this test should be changed\removed. + // TODO: Now AppPromo makes freezes. Probably this test should be changed\removed. itSub.skip('should allow to stake() if balance is locked with different id', async ({helper}) => { const [staker] = await getAccounts(1); -- gitstuff