Skip to content

Commit

Permalink
stylefix
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
  • Loading branch information
AlfredoG87 committed Mar 10, 2025
1 parent 2128172 commit f2a9d4f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,8 @@ public void testDuplicateBlockReceived_DiffAckNumberVariation() {
when(serviceStatus.getLatestAckedBlock()).thenReturn(latestAckedBlock);
when(serviceStatus.getLatestReceivedBlockNumber()).thenReturn(latestReceivedBlockNumber);

final List<BlockItemUnparsed> blockItems = generateBlockItemsUnparsedForWithBlockNumber(latestReceivedBlockNumber);
final List<BlockItemUnparsed> blockItems =
generateBlockItemsUnparsedForWithBlockNumber(latestReceivedBlockNumber);
final ProducerBlockItemObserver producerBlockItemObserver = new ProducerBlockItemObserver(
testClock,
publisher,
Expand Down

0 comments on commit f2a9d4f

Please sign in to comment.