From d4f5248032a2dd66edabd68202ce8901fc98b885 Mon Sep 17 00:00:00 2001 From: dudong2 Date: Mon, 29 Jul 2024 12:46:27 +0900 Subject: [PATCH] Revert "test: Add debug print" This reverts commit 837c3999f733c40d7fc8ceae282a2ca9487c3c4d. --- tests/integration_tests/test_fee_history.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration_tests/test_fee_history.py b/tests/integration_tests/test_fee_history.py index 0805a4a3e3..7dde9c187a 100644 --- a/tests/integration_tests/test_fee_history.py +++ b/tests/integration_tests/test_fee_history.py @@ -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