Skip to content

Commit

Permalink
fix assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Nov 28, 2024
1 parent ba7d468 commit 7c892af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ public void sendSignedBlock_shouldReturnNotImportedWhenBlockImportFails() {
}

@Test
@SuppressWarnings("FutureReturnValueIgnored")
public void sendSignedBlock_shouldTrackBlockAsProducedIfUnblindingTimeouts() {
when(blockFactory.unblindSignedBlockIfBlinded(signedBlock, BlockPublishingPerformance.NOOP))
.thenReturn(SafeFuture.failedFuture(new TimeoutException()));
Expand Down

0 comments on commit 7c892af

Please sign in to comment.