Skip to content

Commit e74e230

Browse files
committed
Spotless
1 parent 7e03741 commit e74e230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: validator/remote/src/integration-test/java/tech/pegasys/teku/validator/remote/typedef/OkHttpValidatorTypeDefClientTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ public void postAttesterDuties_WhenSuccess_ReturnsResponse()
460460
final String body = serialize(response, ATTESTER_DUTIES_RESPONSE_TYPE);
461461
mockWebServer.enqueue(new MockResponse().setResponseCode(SC_OK).setBody(body));
462462

463-
final UInt64 epoch = UInt64.ONE;
463+
final UInt64 epoch = ONE;
464464
final IntList validatorIndices = IntList.of(1, 2);
465465
Optional<AttesterDuties> result =
466466
okHttpValidatorTypeDefClient.postAttesterDuties(epoch, validatorIndices);

0 commit comments

Comments
 (0)