From a593397b19c29e527d48768e321df3dd136bb8a3 Mon Sep 17 00:00:00 2001 From: mmsqe Date: Tue, 14 May 2024 14:49:30 +0800 Subject: [PATCH] test cache --- integration_tests/test_upgrade.py | 1 + 1 file changed, 1 insertion(+) diff --git a/integration_tests/test_upgrade.py b/integration_tests/test_upgrade.py index 886575018b..ae5e36bf25 100644 --- a/integration_tests/test_upgrade.py +++ b/integration_tests/test_upgrade.py @@ -198,6 +198,7 @@ def do_upgrade( target0 = cli.block_height() + 15 print("upgrade v0.7.0 height", target0) do_upgrade("v0.7.0", target0, "block", method="submit-proposal") + return cli = c.cosmos_cli() target1 = cli.block_height() + 15