Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-aouadi committed Jun 5, 2024
1 parent fa18dad commit da98868
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void shouldFailWithNoValidatorKeysWhenExitOptionEnabledOnBeaconNode() throws Exc
}

@Test
void shouldFailWithNoValidatorKeysSourceProvided() throws Exception {
void shouldFailWithNoValidatorKeysSourceProvidedOnValidatorClient() throws Exception {
final TekuBeaconNode beaconNode = createTekuBeaconNode();

final TekuValidatorNode validatorClient =
Expand Down Expand Up @@ -155,7 +155,6 @@ void bn_shouldFailIfCannotLockKeysUnhandledException() throws Exception {

@Test
void shouldFailWithNoValidatorKeysWhenExitOptionEnabledOnValidatorClient() throws Exception {
//////////////////
final TekuBeaconNode beaconNode = createTekuBeaconNode();

final TekuValidatorNode validatorClient =
Expand Down

0 comments on commit da98868

Please sign in to comment.