Skip to content

Commit

Permalink
fix assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Dec 21, 2024
1 parent 04afb4a commit b31157a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,11 @@ private List<BlobIdentifier> getBlobIdentifiers(final List<BlobSidecar> blobSide
.toList();
}

@SuppressWarnings("FutureReturnValueIgnored")
private void mockRpcResponse(
final Eth2Peer peer,
final List<BlobIdentifier> blobIdentifiers,
List<BlobSidecar> blobSidecars) {
final List<BlobSidecar> blobSidecars) {
when(peer.requestBlobSidecarsByRoot(eq(blobIdentifiers), any()))
.thenAnswer(
invocationOnMock -> {
Expand Down

0 comments on commit b31157a

Please sign in to comment.