Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jan 31, 2025
1 parent b8b440c commit 70eb4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def test_transfer_without_value_send_everything_true_with_low_gas(sender, receiv

# Clear balance of sender.
# Use small gas so for sure runs out of money.
receipt = sender.transfer(receiver, send_everything=True, gas=21000)
receipt = sender.transfer(receiver, send_everything=True, gas=22000)

value_given = receipt.value
total_spent = value_given + receipt.total_fees_paid
Expand Down

0 comments on commit 70eb4d0

Please sign in to comment.