Skip to content

Commit e11de23

Browse files
authored
fix: args (#122)
1 parent 5603565 commit e11de23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/test_utils/starknet_test_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def context_manager(
120120
cls,
121121
port: int | None = None,
122122
seed: int = 500,
123+
accounts: int = 15,
123124
initial_balance: int = 10**30,
124125
starknet_chain_id: StarknetChainId = StarknetChainId.SEPOLIA,
125126
fork_network: Optional[str] = None,
@@ -136,6 +137,7 @@ def context_manager(
136137
res = cls(
137138
port=actual_port,
138139
seed=seed,
140+
accounts=accounts,
139141
initial_balance=initial_balance,
140142
starknet_chain_id=starknet_chain_id,
141143
fork_network=fork_network,

0 commit comments

Comments
 (0)