From 517109683cecf023ee9975c350fca8a880530e94 Mon Sep 17 00:00:00 2001 From: Nadezhda Popova Date: Fri, 24 Jan 2025 19:50:52 +0200 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! fix: add gas limit to failing transactions with insufficient gas Signed-off-by: Nadezhda Popova --- .../token-managment/tokenManagmentContract.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/system-contracts/hedera-token-service/token-managment/tokenManagmentContract.js b/test/system-contracts/hedera-token-service/token-managment/tokenManagmentContract.js index 393e3cad2..43de2e612 100644 --- a/test/system-contracts/hedera-token-service/token-managment/tokenManagmentContract.js +++ b/test/system-contracts/hedera-token-service/token-managment/tokenManagmentContract.js @@ -1015,7 +1015,7 @@ describe('TokenManagmentContract Test Suite', function () { token.treasury = signers[0].address; - const proverka = await updateTokenInfo(tokenManagmentContract, tokenAddress, token); + await updateTokenInfo(tokenManagmentContract, tokenAddress, token); } //Change supply key with admin contract @@ -2447,7 +2447,7 @@ describe('TokenManagmentContract Test Suite', function () { expect(decodeRevertReason).to.equal(FRACTION_DIVIDES_BY_ZERO); }); - // TODO: fix skipped tests below after issue #3419 + // TODO: fix skipped tests below --> opened issue https://github.com/hashgraph/hedera-smart-contracts/issues/1207 it.skip('should fail when updating fungible token fees to more than 10', async function() { let transactionHash; tokenWithFees = await utils.createFungibleTokenWithCustomFeesAndKeys(