Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
leejw51crypto committed Apr 21, 2021
1 parent 43560b9 commit 070098b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/test_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 070098b

Please # to comment.