Skip to content

Commit 024ee04

Browse files
committed
Fix lint
1 parent 5e06787 commit 024ee04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/core/pyspec/eth2spec/test/electra/epoch_processing/test_process_pending_consolidations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,12 +283,12 @@ def test_pending_consolidation_compounding_creds(spec, state):
283283
== spec.COMPOUNDING_WITHDRAWAL_PREFIX
284284
)
285285
assert state.balances[target_index] == expected_target_balance
286-
# All source balance is active and moved to the target,
286+
# All source balance is active and moved to the target,
287287
# because the source validator has compounding credentials
288288
assert state.balances[source_index] == 0
289289
assert state.pending_consolidations == []
290290

291-
# Pending balance deposit to the target is not created,
291+
# Pending balance deposit to the target is not created,
292292
# because the target already has compounding credentials
293293
assert len(state.pending_balance_deposits) == 0
294294

0 commit comments

Comments
 (0)