Skip to content

Commit

Permalink
tests: fixed registry tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
stas committed Nov 7, 2024
1 parent fa912e3 commit 08e29c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_factory_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit 08e29c2

Please sign in to comment.