Skip to content

Commit

Permalink
change test name
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Feb 19, 2024
1 parent 7e072f9 commit 29eb82c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void create_withCheckpointPriorToState() {
}

@Test
public void createFromInitialState_WithEmptySlotOnCheckpointEpochTransition()
public void createFromInitialState_WhenFinalizedStateTransitionedWithAnEmptySlot()
throws SlotProcessingException, EpochProcessingException {
storageSystem.chainUpdater().initializeGenesis();

Expand All @@ -61,7 +61,7 @@ public void createFromInitialState_WithEmptySlotOnCheckpointEpochTransition()
final SignedBlockAndState blockAndState =
storageSystem.chainUpdater().advanceChainUntil(latestBlockHeaderSlot);

// process empty slot on checkpoint epoch transition
// empty slot transition
final BeaconState postState =
spec.processSlots(blockAndState.getState(), latestBlockHeaderSlot.increment());

Expand Down

0 comments on commit 29eb82c

Please sign in to comment.