From 25c3feedfb8e85b2509f82a39cc0743e7c778a2d Mon Sep 17 00:00:00 2001 From: mmsqe Date: Thu, 2 Nov 2023 09:02:37 +0800 Subject: [PATCH] test without rly precompile --- integration_tests/test_ica_precompile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/test_ica_precompile.py b/integration_tests/test_ica_precompile.py index 323f91ef45..c7ecdc9cb1 100644 --- a/integration_tests/test_ica_precompile.py +++ b/integration_tests/test_ica_precompile.py @@ -46,7 +46,7 @@ class Status(IntEnum): @pytest.fixture(scope="module") def ibc(request, tmp_path_factory): "prepare-network" - name = "ibc_rly" + name = "ibc" path = tmp_path_factory.mktemp(name) yield from prepare_network( path,