Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Oct 17, 2023
1 parent 80c7f1a commit 085ea2d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,10 @@ void registerValidatorsEvenIfOneRegistrationSigningFails() {
}

@TestTemplate
void doesNotRegister_ifValidatorIsNotEnabled() {
void doesNotRegister_ifValidatorBuilderFlowIsNotEnabled() {
setOwnedValidators(validator1, validator2, validator3);

// validator 1 is not enabled
// disable builder flow for validator 1
when(proposerConfigPropertiesProvider.isBuilderEnabled(validator1.getPublicKey()))
.thenReturn(false);

Expand Down

0 comments on commit 085ea2d

Please sign in to comment.