Skip to content

Commit

Permalink
fix: Enable HAPI test in ERCPrecompileSuite (#10502)
Browse files Browse the repository at this point in the history
Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
  • Loading branch information
stoyanov-st authored Dec 14, 2023
1 parent 5f2b826 commit 404fcc1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ final HapiSpec transferErc20TokenReceiverContract() {
getAccountBalance(nestedContract).hasTokenBalance(FUNGIBLE_TOKEN, 2));
}

@HapiTest
final HapiSpec transferErc20TokenFromContractWithNoApproval() {
final var transferFromOtherContractWithSignaturesTxn = "transferFromOtherContractWithSignaturesTxn";
final var nestedContract = NESTED_ERC_20_CONTRACT;
Expand Down

0 comments on commit 404fcc1

Please sign in to comment.