Skip to content

Commit

Permalink
Update integration_tests/test_upgrade.py
Browse files Browse the repository at this point in the history
Signed-off-by: mmsqe <mavis@crypto.com>
  • Loading branch information
mmsqe committed May 17, 2024
1 parent b6bbdce commit c7b2348
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions integration_tests/test_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,9 @@ def do_upgrade(
print("old values", old_height, old_balance, old_base_fee)


Check failure on line 277 in integration_tests/test_upgrade.py

View workflow job for this annotation

GitHub Actions / Lint python

./integration_tests/test_upgrade.py:277:1: BLK100 Black would make changes.
target5 = cli.block_height() + 15
print("upgrade v1.3 height", target5)

do_upgrade("v1.3", target5, gas_prices=gas_prices)
target4 = cli.block_height() + 15

Check failure on line 278 in integration_tests/test_upgrade.py

View workflow job for this annotation

GitHub Actions / Lint python

./integration_tests/test_upgrade.py:278:5: E303 too many blank lines (2)
print("upgrade v1.3 height", target4)
do_upgrade("v1.3", target4, gas_prices=gas_prices)
cli = c.cosmos_cli()

# check basic tx works
Expand Down

0 comments on commit c7b2348

Please sign in to comment.