Skip to content

Commit

Permalink
tests: fix missing arg
Browse files Browse the repository at this point in the history
  • Loading branch information
madlabman committed Jan 31, 2025
1 parent 79c4b7a commit 0dbc1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modules/csm/test_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def test_checkpoints_processor_no_eip7549_support(
monkeypatch: pytest.MonkeyPatch,
):
state = State()
state.migrate(EpochNumber(0), EpochNumber(255))
state.migrate(EpochNumber(0), EpochNumber(255), 1)
processor = FrameCheckpointProcessor(
consensus_client,
state,
Expand Down

0 comments on commit 0dbc1d8

Please sign in to comment.