From 070098bc41f9a40bf4db5346e64d40e5a4a292b3 Mon Sep 17 00:00:00 2001 From: jongwhan Date: Wed, 21 Apr 2021 11:03:15 +0800 Subject: [PATCH] fix lint issue --- integration_tests/test_upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/test_upgrade.py b/integration_tests/test_upgrade.py index 798bd508e..af2665aa9 100644 --- a/integration_tests/test_upgrade.py +++ b/integration_tests/test_upgrade.py @@ -138,7 +138,7 @@ def test_cosmovisor(cosmovisor_cluster): assert proposal["status"] == "PROPOSAL_STATUS_PASSED", proposal # block should just pass the target height - wait_for_block(cluster, target_height + 2,480) + wait_for_block(cluster, target_height + 2, 480) def propose_and_pass(cluster, kind, proposal):