Skip to content

Commit

Permalink
fix: black
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorkavenko committed Jan 10, 2025
1 parent ead42fe commit 25f41aa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/modules/accounting/bunker/test_bunker_midterm_penalty.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,15 @@ def test_is_high_midterm_slashing_penalty_post_electra(
fast_lane_length_slots=0,
)
result = MidtermSlashingPenalty.is_high_midterm_slashing_penalty(
blockstamp, 3, spec_with_electra, frame_config, chain_config, all_validators, lido_validators, report_cl_rebase, 0
blockstamp,
3,
spec_with_electra,
frame_config,
chain_config,
all_validators,
lido_validators,
report_cl_rebase,
0,
)
assert result == expected_result

Expand Down

0 comments on commit 25f41aa

Please sign in to comment.