Skip to content

Commit

Permalink
test: Add debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Jul 29, 2024
1 parent 55913ca commit 837c399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration_tests/test_fee_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def test_basic(cluster):
diff = size - min - i
reduce = size - diff
target = reduce if diff >= 0 else max
print(fee_history)
res = fee_history["result"]
assert len(res[field]) == target
oldest = i + min - max
Expand Down

0 comments on commit 837c399

Please sign in to comment.