Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Apr 26, 2024
1 parent a3dd5d9 commit 308e6f0
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions tests/integration_tests/test_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,13 @@ def test_cosmovisor_upgrade(custom_ethermint: Ethermint):
assert old_erc20_balance == contract.caller(
block_identifier=target_height - 2
).balanceOf(ADDRS["validator"])
p = json.loads(cli.raw(
"query",
"ibc",
"client",
"params",
home=cli.data_dir,
))
p = json.loads(
cli.raw(
"query",
"ibc",
"client",
"params",
home=cli.data_dir,
)
)
assert p == {"allowed_clients": ["06-solomachine", "07-tendermint", "09-localhost"]}

0 comments on commit 308e6f0

Please sign in to comment.