Skip to content

Commit

Permalink
Update integration_tests/test_rollback.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: yihuang <[email protected]>
  • Loading branch information
yihuang and coderabbitai[bot] authored Nov 13, 2024
1 parent 3e109f4 commit b355ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/test_rollback.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_rollback(custom_cronos):
clis = {i: custom_cronos.cosmos_cli(i) for i in nodes}
for i, cli in clis.items():
wait_for_port(ports.rpc_port(custom_cronos.base_port(i)))
print("wait for node {i} to sync the first 10 blocks")
print(f"wait for node {i} to sync the first 10 blocks")
wait_for_block(cli, 10)

print("wait for a few more blocks on the healthy nodes")
Expand Down

0 comments on commit b355ad4

Please sign in to comment.