Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed May 30, 2023
1 parent 29cf0bd commit 4ae2da6
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@ void shouldExtractSlotFromSignedBlindedBeaconBlock(final UInt64 slot) {
.isEqualTo(slot);
}

@ParameterizedTest
@MethodSource("slotNumbers")
void shouldExtractSlotFromSignedBlindedBeaconBlock(final UInt64 slot) {
final SignedBeaconBlock block = dataStructureUtil.randomSignedBlindedBeaconBlock(slot);
assertThat(BeaconBlockInvariants.extractSignedBeaconBlockSlot(block.sszSerialize()))
.isEqualTo(slot);
}

@ParameterizedTest
@MethodSource("slotNumbers")
void shouldExtractSlotFromSignedBlockContents(final UInt64 slot) {
Expand Down

0 comments on commit 4ae2da6

Please sign in to comment.