Skip to content

Commit

Permalink
SpotlessApply
Browse files Browse the repository at this point in the history
Signed-off-by: naviechan <[email protected]>
  • Loading branch information
ensi321 committed Sep 22, 2023
1 parent 121708c commit 1f9c22e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public EngineGetPayloadV6110Test() {
@BeforeEach
@Override
public void before() {
super.before();
super.before();
lenient()
.when(mergeContext.retrieveBlockById(mockPid))
.thenReturn(Optional.of(mockBlockWithReceiptsAndDeposits));
Expand Down Expand Up @@ -170,8 +170,6 @@ public void shouldReturnUnsupportedFork() {
.isEqualTo(RpcErrorType.UNSUPPORTED_FORK);
}



@Override
protected String getMethodName() {
return RpcMethod.ENGINE_GET_PAYLOAD_V6110.getMethodName();
Expand Down

0 comments on commit 1f9c22e

Please sign in to comment.