Skip to content

Commit 740903b

Browse files
committed
fix deposits count
1 parent 831318c commit 740903b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/regression/test_csm.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,7 @@ def test_csm_get_staking_module_summary(csm, accounting, node_operator, extra_da
275275
increase_staking_module_share(module_id=CSM_MODULE_ID, share_multiplier=2)
276276

277277
fill_deposit_buffer(deposits_count)
278-
for i in range(0, deposits_count, MAX_DEPOSITS):
279-
contracts.lido.deposit(MAX_DEPOSITS, CSM_MODULE_ID, "0x", {"from": contracts.deposit_security_module})
278+
contracts.lido.deposit(deposits_count, CSM_MODULE_ID, "0x", {"from": contracts.deposit_security_module})
280279

281280
(exited_after, deposited_after, depositable_after) = contracts.staking_router.getStakingModuleSummary(CSM_MODULE_ID)
282281

0 commit comments

Comments
 (0)