From 08e29c21a01b8165aed3e4dabb78934ae238d206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stas=20SU=C8=98COV?= Date: Thu, 7 Nov 2024 12:50:05 +0000 Subject: [PATCH] tests: fixed registry tests. --- tests/test_factory_registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_factory_registry.py b/tests/test_factory_registry.py index e1ab4a0..26c6106 100644 --- a/tests/test_factory_registry.py +++ b/tests/test_factory_registry.py @@ -30,7 +30,7 @@ def test_factoriesToPoolFactory(factory_registry): @pytest.mark.skipif(int(CHAIN_ID) in [10, 8453], reason="Only leaf chains") -def test_factoriesToPoolFactory(factory_registry): +def test_initHashToPoolFactory(factory_registry): factories = factory_registry.poolFactories() result = factory_registry.initHashToPoolFactory(factories[0])