Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fix: add gas limit to failing tran…
Browse files Browse the repository at this point in the history
…sactions with insufficient gas

Signed-off-by: Nadezhda Popova <[email protected]>
  • Loading branch information
nadezhdapopovaa authored and quiet-node committed Jan 24, 2025
1 parent d1f17c0 commit 5171096
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 5171096

Please sign in to comment.