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])