Skip to content

Commit 2bc31ed

Browse files
committed
Update test names for CLI option
1 parent 7e6d4d3 commit 2bc31ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

validator/api/src/test/java/tech/pegasys/teku/validator/api/ValidatorConfigTest.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public void shouldThrowIfExternalPublicKeysAreSpecifiedWithoutExternalSignerUrl(
3939
}
4040

4141
@Test
42-
public void shouldNotThrowIfExternalPublicKeysEnabledAreSpecifiedWithPublicKeys()
42+
public void shouldNotThrowIfExternalPublicKeysEnabledIsSpecifiedWithPublicKeys()
4343
throws MalformedURLException {
4444
final ValidatorConfig.Builder builder =
4545
configBuilder
@@ -50,7 +50,7 @@ public void shouldNotThrowIfExternalPublicKeysEnabledAreSpecifiedWithPublicKeys(
5050
}
5151

5252
@Test
53-
public void shouldNotThrowIfExternalPublicKeysDisabledAreSpecifiedWithPublicKeys()
53+
public void shouldNotThrowIfExternalPublicKeysDisabledIsSpecifiedWithPublicKeys()
5454
throws MalformedURLException {
5555
final ValidatorConfig.Builder builder =
5656
configBuilder
@@ -61,7 +61,7 @@ public void shouldNotThrowIfExternalPublicKeysDisabledAreSpecifiedWithPublicKeys
6161
}
6262

6363
@Test
64-
public void shouldNotThrowIfExternalPublicKeysEnabledAreSpecifiedWithoutPublicKeys()
64+
public void shouldNotThrowIfExternalPublicKeysEnabledIsSpecifiedWithoutPublicKeys()
6565
throws MalformedURLException {
6666
final ValidatorConfig.Builder builder =
6767
configBuilder

0 commit comments

Comments
 (0)