File tree 1 file changed +3
-3
lines changed
validator/api/src/test/java/tech/pegasys/teku/validator/api
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public void shouldThrowIfExternalPublicKeysAreSpecifiedWithoutExternalSignerUrl(
39
39
}
40
40
41
41
@ Test
42
- public void shouldNotThrowIfExternalPublicKeysEnabledAreSpecifiedWithPublicKeys ()
42
+ public void shouldNotThrowIfExternalPublicKeysEnabledIsSpecifiedWithPublicKeys ()
43
43
throws MalformedURLException {
44
44
final ValidatorConfig .Builder builder =
45
45
configBuilder
@@ -50,7 +50,7 @@ public void shouldNotThrowIfExternalPublicKeysEnabledAreSpecifiedWithPublicKeys(
50
50
}
51
51
52
52
@ Test
53
- public void shouldNotThrowIfExternalPublicKeysDisabledAreSpecifiedWithPublicKeys ()
53
+ public void shouldNotThrowIfExternalPublicKeysDisabledIsSpecifiedWithPublicKeys ()
54
54
throws MalformedURLException {
55
55
final ValidatorConfig .Builder builder =
56
56
configBuilder
@@ -61,7 +61,7 @@ public void shouldNotThrowIfExternalPublicKeysDisabledAreSpecifiedWithPublicKeys
61
61
}
62
62
63
63
@ Test
64
- public void shouldNotThrowIfExternalPublicKeysEnabledAreSpecifiedWithoutPublicKeys ()
64
+ public void shouldNotThrowIfExternalPublicKeysEnabledIsSpecifiedWithoutPublicKeys ()
65
65
throws MalformedURLException {
66
66
final ValidatorConfig .Builder builder =
67
67
configBuilder
You can’t perform that action at this time.
0 commit comments