Skip to content

Commit

Permalink
Revert "test: Add debug print"
Browse files Browse the repository at this point in the history
This reverts commit 837c399.
  • Loading branch information
dudong2 committed Jul 29, 2024
1 parent 837c399 commit d4f5248
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration_tests/test_fee_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ 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 d4f5248

Please sign in to comment.