Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Oct 15, 2024
1 parent 0a05f25 commit 690df3b
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 @@ -427,7 +427,7 @@ def assert_commission(adr, expected):
for i in range(2):
cluster.migrate_keystore(i=i)
upgrade(cluster, "v4.3.0", target_height)

cli = cluster.cosmos_cli()
target_height = cluster.block_height() + 15
gov_param = cli.query_params("gov")
upgrade(cluster, "v5.0", target_height, broadcast_mode="sync")
Expand Down

0 comments on commit 690df3b

Please sign in to comment.