Skip to content

Commit a7b5909

Browse files
Fixes transfer calculations
1 parent 6737c1f commit a7b5909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/test_transfer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_transfer(local_chain):
4646

4747
# Assert correct transfer calculations
4848
assert (
49-
balance_before - transfer_fee == balance_after
49+
balance_before - transfer_fee - transfer_value== balance_after
5050
), f"Expected {balance_before - transfer_value - transfer_fee}, got {balance_after}"
5151

5252
print("✅ Passed test_transfer")

0 commit comments

Comments
 (0)