-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some
INSUFFICIENT_PAYER_BALANCE
errors (#10124)
After PR #10063 was merged, some of the test that were previously successful, now are failing with INSUFFICIENT_PAYER_BALANCE error. The reason for that was that before the PR, the tests were false positive. After the PR, the hidden errors are now uncovered. This PR moves the treasury account and balance creation in AbstractContractCallServiceTest#setup only. This PR is focused on the errors in ContractCallServicePrecompileModificationTest. Signed-off-by: Bilyana Gospodinova <[email protected]>
- Loading branch information
1 parent
ad21396
commit a14970f
Showing
3 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters