Skip to content

Commit

Permalink
fix: fixture scope
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslevonyak committed Sep 20, 2024
1 parent 82ffbb6 commit feefeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/blockchains/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pantos.client.library.constants import TOKEN_SYMBOL_PAN


@pytest.fixture(scope='session')
@pytest.fixture(scope='package')
def blockchain_config(chain_id, hub_address, forwarder_address,
pan_token_address):
return {
Expand Down

0 comments on commit feefeb0

Please sign in to comment.