Skip to content

Commit

Permalink
fix assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Nov 27, 2024
1 parent 1da043b commit 2ea8fe9
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 2ea8fe9

Please sign in to comment.